added height to hosts element.
This commit is contained in:
parent
ddddcc9375
commit
0b9377b362
|
@ -105,3 +105,9 @@ label.wrapp-label input[type="checkbox"] {
|
|||
color:#902d2d;
|
||||
display:none;
|
||||
}
|
||||
|
||||
#add_show_hosts-element {
|
||||
max-height: 80px;
|
||||
min-width: 150px;
|
||||
overflow: auto;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue