Merge "Display ellipsis in case of long node name"

This commit is contained in:
Jenkins 2017-02-08 09:52:57 +00:00 committed by Gerrit Code Review
commit d5b2ee5330
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;