🐛 fix word break

This commit is contained in:
kawamataryo 2023-08-20 20:04:39 +09:00
parent fd86c87df4
commit d671c688fc

View File

@ -80,6 +80,7 @@
} }
.bsky-user-content .content .description { .bsky-user-content .content .description {
font-size: 14px; font-size: 14px;
word-break: break-all;
} }
.name-and-controller { .name-and-controller {
display: flex; display: flex;