mirror of
https://github.com/Icinga/icingaweb2.git
synced 2026-05-28 04:02:39 -04:00
Fix dropdowntab margins
This commit is contained in:
parent
01f94c574d
commit
b451af5fe7
1 changed files with 2 additions and 0 deletions
|
|
@ -44,6 +44,8 @@ ul.tabs li a:hover {
|
|||
}
|
||||
|
||||
ul.dropdown-menu {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
background-color: white;
|
||||
position: absolute;
|
||||
overflow: hidden;
|
||||
|
|
|
|||
Loading…
Reference in a new issue