make this thing less long
This commit is contained in:
parent
fdb699d9bc
commit
96424bafca
|
@ -68,6 +68,20 @@ label {
|
||||||
border-bottom: 3px solid @theme_selected_bg_color;
|
border-bottom: 3px solid @theme_selected_bg_color;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.client-title {
|
||||||
|
white-space: nowrap;
|
||||||
|
overflow: hidden;
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
max-width: 50px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.media {
|
||||||
|
white-space: nowrap;
|
||||||
|
overflow: hidden;
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
max-width: 100px;
|
||||||
|
}
|
||||||
|
|
||||||
levelbar block,
|
levelbar block,
|
||||||
highlight {
|
highlight {
|
||||||
min-height: 10px;
|
min-height: 10px;
|
||||||
|
|
Loading…
Reference in a new issue