This commit is contained in:
syuilo 2023-05-19 18:16:26 +09:00
parent bd6666173a
commit c713af8e23
2 changed files with 21 additions and 26 deletions

View file

@ -105,7 +105,7 @@ defineProps<{
.mfm {
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
-webkit-box-orient: vertical;
overflow: hidden;
}