Reply new line-height, need check with mockup
This commit is contained in:
parent
ef7e4141eb
commit
dc711a94af
@ -710,10 +710,15 @@ $chat-helper-size: 39px;
|
||||
padding: 1rem;
|
||||
|
||||
&-subtitle {
|
||||
line-height: 1 !important;
|
||||
max-width: 280px;
|
||||
}
|
||||
}
|
||||
|
||||
/* .pinned-message, .reply {
|
||||
&-subtitle {
|
||||
line-height: 16px !important;
|
||||
}
|
||||
} */
|
||||
}
|
||||
|
||||
.pinned-message, .reply {
|
||||
@ -771,7 +776,8 @@ $chat-helper-size: 39px;
|
||||
font-size: 14px;
|
||||
//line-height: 18px;
|
||||
//line-height: 1;
|
||||
line-height: 15px;
|
||||
//line-height: 15px;
|
||||
line-height: 16px;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
|
@ -6,6 +6,7 @@
|
||||
background-color: $color-blue;
|
||||
border-radius: .5rem;
|
||||
line-height: 10px;
|
||||
text-align: center;
|
||||
|
||||
.document:not(.document-with-thumb) & {
|
||||
padding: 1.5rem .25rem 0 .25rem;
|
||||
|
Loading…
Reference in New Issue
Block a user