Fix contextual dropdown padding in mobile view

This commit is contained in:
mrliptontea
2019-03-22 23:54:37 +00:00
parent aa985c34c6
commit 97502b8372
3 changed files with 3 additions and 2 deletions

View File

@@ -59,6 +59,7 @@ If you need to customize styles for [Redmine Backlogs][redmine_backlogs] remembe
Latest: Latest:
* Fixed sidebar toggler style when fixed layout is enabled * Fixed sidebar toggler style when fixed layout is enabled
* Fixed contextual dropdown padding in mobile view
v1.11.0 (2019-03-22): v1.11.0 (2019-03-22):

View File

@@ -233,7 +233,7 @@
border: 0; border: 0;
.drdn-trigger { .drdn-trigger {
padding: ($btn-padding-vertical * 2) $btn-padding-horizontal; padding: $btn-padding-vertical $btn-padding-horizontal;
} }
.drdn-items { .drdn-items {

File diff suppressed because one or more lines are too long