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:
parent
7825dec1f4
commit
ac76d351d6
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user