mirror of
https://git.bsd.gay/fef/nyastodon.git
synced 2024-12-25 07:23:43 +01:00
Fix word-break in profile's note on profile page and profile component
This commit is contained in:
parent
13dfd8d109
commit
f693ab69f3
2 changed files with 2 additions and 0 deletions
|
@ -311,6 +311,7 @@
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
padding-top: 15px;
|
padding-top: 15px;
|
||||||
color: $color3;
|
color: $color3;
|
||||||
|
word-wrap: break-word;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -424,6 +424,7 @@ a.status__content__spoiler-link {
|
||||||
|
|
||||||
.account__header__content {
|
.account__header__content {
|
||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
|
word-break: break-all;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
color: $color3;
|
color: $color3;
|
||||||
|
|
Loading…
Reference in a new issue