small design fix on dropdown

This commit is contained in:
Lisa Durand 2023-07-12 10:48:13 +02:00
parent 9462d66778
commit ce04449207
2 changed files with 3 additions and 1 deletions

View file

@ -218,6 +218,8 @@
ul.dropdown-items {
padding-inline-start: 0;
list-style: none;
margin-top: 0;
margin-bottom: 0;
}
.dropdown-items {

View file

@ -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