UX: Prevent long names from overflowing post

This commit is contained in:
Kris 2018-09-05 17:48:31 -04:00
parent e59622f2ba
commit 8cff3c9bbc
1 changed files with 2 additions and 1 deletions

View File

@ -15,6 +15,8 @@
}
.names {
flex: 1 1 auto;
overflow: hidden;
span.first {
font-weight: bold;
}
@ -23,7 +25,6 @@
font-size: $font-0;
margin-right: 8px;
display: inline-block;
max-width: 280px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;