Fix: Removed extra margin from nav drawer
This commit is contained in:
parent
55ec1eff1a
commit
ad1e909bea
1 changed files with 2 additions and 2 deletions
|
|
@ -1377,11 +1377,11 @@ div[data-role=controlgroup] a.ui-btn-active {
|
|||
|
||||
.navMenuOption {
|
||||
border-radius: var(--smallRadius) !important;
|
||||
margin: .5em 1em !important;
|
||||
margin: 0em 1em !important;
|
||||
}
|
||||
|
||||
[dir=ltr] .navMenuOption {
|
||||
padding: 1em !important;
|
||||
padding: 0.75em 1em !important;
|
||||
margin-bottom: unset;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue