small design fix on dropdown
This commit is contained in:
parent
9462d66778
commit
ce04449207
2 changed files with 3 additions and 1 deletions
|
@ -218,6 +218,8 @@
|
|||
ul.dropdown-items {
|
||||
padding-inline-start: 0;
|
||||
list-style: none;
|
||||
margin-top: 0;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.dropdown-items {
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
-# the dropdown can be a menu with a list of item
|
||||
- if items?
|
||||
%ul.dropdown-items.fr-pl-0{ role: 'none' }
|
||||
%ul.dropdown-items{ role: 'none' }
|
||||
- items.each do |dropdown_item|
|
||||
= dropdown_item
|
||||
-# the dropdown can be a menu with forms
|
||||
|
|
Loading…
Reference in a new issue