Merge pull request #18 from kawamataryo/bugfix/linebreaks

🐛 fix word break
This commit is contained in:
ryo 2023-10-07 08:27:13 +09:00 committed by GitHub
commit bf84adebda
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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