UX: Fix chat-reply overflow (#20592)

This commit is contained in:
Jarek Radosz 2023-03-08 21:12:49 +01:00 committed by GitHub
parent a805013b86
commit c25d79168b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 10 deletions

View File

@ -131,10 +131,6 @@
border-top: 1px solid var(--primary-low);
display: flex;
align-items: center;
@include ellipsis;
position: relative;
height: 100%;
max-height: calc(2em - 5px);
.cancel-message-action {
margin-left: auto;

View File

@ -1,12 +1,8 @@
.chat-reply {
display: contents;
align-items: center;
box-sizing: border-box;
display: grid;
font-size: var(--font-down-1);
padding-left: 0.5em;
height: 100%;
width: 100%;
white-space: nowrap;
grid: 1fr / auto-flow;
.d-icon {
color: var(--primary-low-mid);