UX: Prevent long names from overflowing post
This commit is contained in:
parent
e59622f2ba
commit
8cff3c9bbc
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue