fix: Hide horizontal overflow text on posts where word length is greater than width

ila
Aonrud 2023-01-19 11:23:32 +00:00
rodzic 7cf30fdc12
commit 0e66e9d29b
1 zmienionych plików z 4 dodań i 0 usunięć

Wyświetl plik

@ -100,6 +100,10 @@ header.microblog {
}
}
}
p {
overflow-x: hidden;
text-overflow: ellipsis;
}
}
.ap-object-expanded {