Less horizontal padding for dropdown items.

This commit is contained in:
Alex Tselegidis 2022-01-24 13:45:36 +01:00
parent ad8308794c
commit cafe670b11

View file

@ -126,7 +126,7 @@ th {
text-transform: uppercase; text-transform: uppercase;
.dropdown-item { .dropdown-item {
padding: 1rem 1.5rem; padding: 1rem;
} }
} }