Fix style for user name

This commit is contained in:
Julia Radzhabova 2018-06-05 12:53:02 +03:00
parent b5df85394b
commit 0262458c42
2 changed files with 2 additions and 0 deletions

View file

@ -63,6 +63,7 @@
.name {
font-size: 12px;
font-weight: bold;
display: block;
position: relative;
padding: 0 10px 0 16px;

View file

@ -248,6 +248,7 @@
text-overflow: ellipsis;
vertical-align: middle;
max-width: 200px;
font-weight: bold;
}
}
}