reply long messages close button visibility fixed
This commit is contained in:
parent
cebdc732bf
commit
ccccdedf2e
2 changed files with 9 additions and 1 deletions
|
|
@ -163,6 +163,14 @@ $admin-fg: white;
|
|||
|
||||
&.reply-to {
|
||||
padding: 0;
|
||||
|
||||
.reply-text {
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
display: -webkit-box;
|
||||
-webkit-line-clamp: 4;
|
||||
-webkit-box-orient: vertical;
|
||||
}
|
||||
}
|
||||
.iput-area-inner-box {
|
||||
box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.1);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue