mirror of
https://github.com/mastodon/mastodon.git
synced 2026-08-24 15:34:57 -05:00
Fixes bio spacing when there aren't paragraph tags (#39055)
This commit is contained in:
@@ -275,9 +275,14 @@ $button-fallback-breakpoint: $button-breakpoint + 55px;
|
||||
font-size: 15px;
|
||||
color: var(--color-text-primary);
|
||||
unicode-bidi: plaintext;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 20px;
|
||||
|
||||
p {
|
||||
margin-bottom: 20px;
|
||||
|
||||
&:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
|
||||
:any-link {
|
||||
color: var(--color-text-status-links);
|
||||
|
||||
Reference in New Issue
Block a user