Layout: Prevent long author name from overflowing in items with vertical stats

This commit is contained in:
James Taylor
2019-08-24 18:25:37 -07:00
parent 9f67a970c6
commit 69e64f726e
2 changed files with 6 additions and 2 deletions

View File

@@ -257,6 +257,10 @@ body{
.stats address{
display: inline;
}
.vertical-stats li{
max-height: 1.3em;
overflow: hidden;
}
.item-checkbox{
justify-self:start;