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