removed ellipsis from .display-name

This commit is contained in:
Ondřej Hruška
2017-08-07 21:24:19 +02:00
parent 70c5eccc12
commit b9a2ceca35
3 changed files with 12 additions and 12 deletions

View File

@@ -1375,9 +1375,9 @@
display: block;
position: relative;
max-width: 100%;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
//overflow: hidden;
//text-overflow: ellipsis;
//white-space: nowrap;
}
.display-name__html {