1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-05 05:26:03 +02:00

Merge branch 'develop' into mkjs-n

This commit is contained in:
tamaina
2023-05-19 22:45:50 +09:00
committed by GitHub
94 changed files with 1134 additions and 421 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;
}