fixes #620
This commit is contained in:
parent
a12c82c3d9
commit
99e4be0a23
@ -67,15 +67,6 @@
|
|||||||
padding: 8px 16px 16px 16px;
|
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 {
|
.note .footer .footer-reactions {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
|
@ -3,6 +3,15 @@
|
|||||||
line-height: 24px;
|
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 {
|
.text .text-frag > a {
|
||||||
color: var(--highlight);
|
color: var(--highlight);
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user