1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-22 18:50:08 +03:00

M ~: Fix styles when ips are a long text (#1210)

(cherry picked from commit 15a5c1e76de698b24634c4dbee9d3b191bde9026)
This commit is contained in:
Sergio Betanzos 2021-05-12 16:24:20 +02:00 committed by Ruben S. Montero
parent 7825dec1f4
commit ac76d351d6
No known key found for this signature in database
GPG Key ID: A0CEA6FA880A1D87

View File

@ -280,12 +280,16 @@ select.mb_input_unit {
line-height: 1.4rem;
}
ul.dropdown-menu-css{
ul.dropdown-menu-css {
position: relative;
margin: 0;
list-style: none;
& > .menu-hide{
& > li:first-child {
word-break: break-all;
}
& > .menu-hide {
display: none;
position: absolute;
background-color: $white;
@ -315,11 +319,11 @@ ul.dropdown-menu-css{
}
}
& > li.menu-hide.upper{
& > li.menu-hide.upper {
top: 0;
}
&:hover > li{
&:hover > li {
display: block;
}
}