chore: add line-clamp in keep-two-lines

This commit is contained in:
Hakadao
2024-07-14 18:39:37 +08:00
parent 0b6bacc91d
commit 3e5fa7a805

View File

@@ -57,6 +57,7 @@ html.dark.bewly-design {
line-break: anywhere;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
line-clamp: 2;
}
.bewly-design {