mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Fix menu left-hand margin.
This commit is contained in:
committed by
Dave Page
parent
c3ea3b7bdf
commit
8150f93c06
@@ -105,7 +105,7 @@ iframe {
|
||||
border-width: 5px 0 5px 5px;
|
||||
border-left-color: #cccccc;
|
||||
margin-top: 5px;
|
||||
margin-right: -2px;
|
||||
margin-right: -10px;
|
||||
}
|
||||
|
||||
.dropdown-submenu:hover>a:after {
|
||||
@@ -153,10 +153,6 @@ iframe {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.dropdown-menu > li > a {
|
||||
padding: 3px 5px;
|
||||
}
|
||||
|
||||
.dropdown-menu > li > a > i {
|
||||
margin-left: -17px;
|
||||
width: 13px;
|
||||
|
||||
Reference in New Issue
Block a user