stop scrollbar from appearing on profiles with long names (#488)
should fix #335
This commit is contained in:
parent
f7a826cc17
commit
e27a0d2578
1 changed files with 4 additions and 0 deletions
|
|
@ -158,6 +158,10 @@
|
|||
font-size:70px;
|
||||
margin-top:0px;
|
||||
}
|
||||
> span:nth-child(1) {
|
||||
word-break: break-word;
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
p.profile-description{
|
||||
padding:0px 0px;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue