Fixed: Fix padding inside top right menus

This commit is contained in:
Julien Fastré 2022-12-07 12:00:31 +01:00
parent 34c97769a6
commit 8d19e8d7af
Signed by: julienfastre
GPG Key ID: BDE2190974723FCB

View File

@ -81,6 +81,7 @@ header {
padding: 0;
border-radius: 0;
a.dropdown-item {
padding: 0.5rem 1rem;
width: 120%;
border: 0;
border-bottom: 1px solid $gray-200;
@ -529,4 +530,4 @@ div.exports-list {
margin-top: auto;
}
}
}
}