Display ellipsis in case of long node name

Closes-Bug: #1658025

Change-Id: I18d2eeb320b2860dbce63154094705f3459684e5
This commit is contained in:
Julia Aranovich 2017-02-08 10:07:14 +03:00
parent 3f1cd83263
commit f1d21aaac8
1 changed files with 4 additions and 1 deletions

View File

@ -2354,6 +2354,8 @@ input[type=range] {
.name {
height: 31px;
padding-top: 8px;
white-space: nowrap;
text-overflow: ellipsis;
.form-group {
label {
display: none;
@ -2564,7 +2566,8 @@ input[type=range] {
.node-name {
width: auto;
height: 18px;
word-break: break-all;
white-space: nowrap;
text-overflow: ellipsis;
margin-bottom: 2px;
p {
border: none;