stop scrollbar from appearing on profiles with long names (#488)

should fix #335
This commit is contained in:
Meghan 2018-06-26 15:20:24 -04:00 committed by Ben Halpern
parent f7a826cc17
commit e27a0d2578

View file

@ -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;