fixed constraint for viewer name width (#3343)

This commit is contained in:
Denys Vuika
2018-05-18 10:54:12 +01:00
committed by Eugenio Romano
parent 53cf5acc86
commit 37b3638703

View File

@@ -40,7 +40,7 @@
font-style: normal;
font-stretch: normal;
max-width: 35ch;
max-width: 400px;
text-overflow: ellipsis;
overflow: hidden;
display: inline-block;