[Glitch] Fix bio text overflow on account profile page

Port 74391c72c647257fce809309599608d6fac746b1 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
Coro 2026-06-15 22:04:52 +09:00 committed by Claire
parent ea0f807516
commit b14f20aca6
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;