mirror of
https://github.com/misskey-dev/misskey.git
synced 2024-12-28 18:48:31 +01:00
fix(client): add overflow: clip;
This commit is contained in:
parent
8c883653c9
commit
c722515105
1 changed files with 1 additions and 0 deletions
|
@ -555,6 +555,7 @@ if (appearNote.replyId) {
|
||||||
> .content {
|
> .content {
|
||||||
> .text {
|
> .text {
|
||||||
overflow-wrap: break-word;
|
overflow-wrap: break-word;
|
||||||
|
overflow: clip;
|
||||||
|
|
||||||
> .reply {
|
> .reply {
|
||||||
color: var(--accent);
|
color: var(--accent);
|
||||||
|
|
Loading…
Reference in a new issue