Fixes #1298: Overflowing User Bio in article sidebar. (#1300)

This commit is contained in:
Anant Jain 2018-12-10 15:51:11 -08:00 committed by Ben Halpern
parent f115cca714
commit 6bb87b25b2

View file

@ -35,6 +35,9 @@
padding: 10px 0px 5px;
font-style: italic;
font-size:0.88em;
overflow: hidden;
text-overflow: ellipsis;
overflow-wrap: break-word;
}
.primary-sticky-nav-author-follow{
padding-top:8px;