mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 06:04:11 +08:00
UX: Fix chat-reply overflow (#20592)
This commit is contained in:
parent
a805013b86
commit
c25d79168b
|
@ -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;
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue
Block a user