Fix style for user name
This commit is contained in:
parent
b5df85394b
commit
0262458c42
|
@ -63,6 +63,7 @@
|
||||||
|
|
||||||
.name {
|
.name {
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
|
font-weight: bold;
|
||||||
display: block;
|
display: block;
|
||||||
position: relative;
|
position: relative;
|
||||||
padding: 0 10px 0 16px;
|
padding: 0 10px 0 16px;
|
||||||
|
|
|
@ -248,6 +248,7 @@
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
max-width: 200px;
|
max-width: 200px;
|
||||||
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue