0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-10 02:42:43 +00:00

min-width for elements

This commit is contained in:
Víctor Losada Hernández
2024-02-27 22:12:40 +01:00
parent 1d317788fe
commit c4499fcc26

View File

@@ -237,6 +237,7 @@
} }
.navDropdownContainer { .navDropdownContainer {
position : relative; position : relative;
min-width: 110px;
.navDropdown { .navDropdown {
position : absolute; position : absolute;
top : 28px; top : 28px;