Break long words in profile bio
This commit is contained in:
parent
4f0ec427f5
commit
7f03aea2e3
1 changed files with 1 additions and 0 deletions
|
@ -539,6 +539,7 @@ $avatar-size: 170px;
|
|||
.bio {
|
||||
padding: 0 $block-inner-padding $block-inner-padding;
|
||||
white-space: pre-line;
|
||||
word-wrap: break-word;
|
||||
|
||||
:deep(a) {
|
||||
@include block-link;
|
||||
|
|
Loading…
Reference in a new issue