0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-24 18:32:41 +00:00

increase minimum width

This commit is contained in:
Víctor Losada Hernández
2024-02-27 22:18:04 +01:00
parent c4499fcc26
commit 0310eee685

View File

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