Fix contextual dropdown padding in mobile view
This commit is contained in:
@@ -59,6 +59,7 @@ If you need to customize styles for [Redmine Backlogs][redmine_backlogs] remembe
|
||||
Latest:
|
||||
|
||||
* Fixed sidebar toggler style when fixed layout is enabled
|
||||
* Fixed contextual dropdown padding in mobile view
|
||||
|
||||
v1.11.0 (2019-03-22):
|
||||
|
||||
|
||||
@@ -233,7 +233,7 @@
|
||||
border: 0;
|
||||
|
||||
.drdn-trigger {
|
||||
padding: ($btn-padding-vertical * 2) $btn-padding-horizontal;
|
||||
padding: $btn-padding-vertical $btn-padding-horizontal;
|
||||
}
|
||||
|
||||
.drdn-items {
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user