fixes #620
This commit is contained in:
parent
a12c82c3d9
commit
99e4be0a23
@ -67,15 +67,6 @@
|
||||
padding: 8px 16px 16px 16px;
|
||||
}
|
||||
|
||||
.note > .body .text-frag {
|
||||
text-overflow: ellipsis;
|
||||
white-space: pre-wrap;
|
||||
word-break: normal;
|
||||
overflow-x: hidden;
|
||||
overflow-y: visible;
|
||||
display: inline;
|
||||
}
|
||||
|
||||
.note .footer .footer-reactions {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
|
@ -3,6 +3,15 @@
|
||||
line-height: 24px;
|
||||
}
|
||||
|
||||
.text .text-frag {
|
||||
text-overflow: ellipsis;
|
||||
white-space: pre-wrap;
|
||||
word-break: normal;
|
||||
overflow-x: hidden;
|
||||
overflow-y: visible;
|
||||
display: inline;
|
||||
}
|
||||
|
||||
.text .text-frag > a {
|
||||
color: var(--highlight);
|
||||
text-decoration: none;
|
||||
|
Loading…
x
Reference in New Issue
Block a user