[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:
parent
ea0f807516
commit
b14f20aca6
@ -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;
|
||||
|
||||
@ -41,6 +41,7 @@
|
||||
|
||||
.bio {
|
||||
unicode-bidi: plaintext;
|
||||
overflow-wrap: anywhere;
|
||||
|
||||
p:not(:last-child) {
|
||||
margin-bottom: 20px;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user