Fix style of dropdown menu

This commit is contained in:
Julie Lenaerts 2021-12-16 10:41:36 +01:00
parent 408a14926f
commit b7c0548212
2 changed files with 5 additions and 0 deletions

View File

@ -35,6 +35,7 @@ ul.record_actions {
}
ul.dropdown-menu {
z-index: 2000;
li {
display: block;
margin-right: 0;

View File

@ -21,4 +21,8 @@
text-align: right;
}
.column {
list-style: none;
}
}