This commit is contained in:
Kieran 2023-08-28 16:43:59 +01:00
parent a12c82c3d9
commit 99e4be0a23
Signed by: Kieran
GPG Key ID: DE71CEB3925BE941
2 changed files with 9 additions and 9 deletions

View File

@ -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;

View File

@ -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;