0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-07 16:22:42 +00:00

no wrapping text

This commit is contained in:
Víctor Losada Hernández
2024-03-06 19:13:35 +01:00
parent 3482330629
commit c7a2e84927

View File

@@ -240,19 +240,23 @@
.navDropdownContainer { .navDropdownContainer {
position : relative; position : relative;
.navDropdown { .navDropdown {
position : absolute; position: absolute;
top : 28px; top: 28px;
right : 0px; right: 0px;
z-index : 10000; z-index: 10000;
width : fit-content; width: fit-content;
max-height : calc(100vh - 28px); max-height: calc(100vh - 28px);
overflow : hidden auto; overflow: hidden auto;
display: flex;
flex-direction: column;
align-items: flex-end;
.navItem { .navItem {
position : relative; position : relative;
display : flex; display : flex;
justify-content : space-between; justify-content : space-between;
align-items : center; align-items : center;
width : 100%; width : 100%;
text-wrap : nowrap;
border : 1px solid #888888; border : 1px solid #888888;
border-bottom : 0; border-bottom : 0;
animation-name : glideDropDown; animation-name : glideDropDown;