Fix bio text overflow on account profile page (#39418)

This commit is contained in:
Coro 2026-06-15 22:04:52 +09:00 committed by Claire
parent 2e5039ec73
commit dd12940ed5
2 changed files with 2 additions and 0 deletions

View File

@ -278,6 +278,7 @@ $button-fallback-breakpoint: $button-breakpoint + 55px;
font-size: 15px;
color: var(--color-text-primary);
unicode-bidi: plaintext;
overflow-wrap: anywhere;
p {
margin-bottom: 20px;

View File

@ -41,6 +41,7 @@
.bio {
unicode-bidi: plaintext;
overflow-wrap: anywhere;
p:not(:last-child) {
margin-bottom: 20px;