mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-04-02 05:08:14 +00:00
no wrapping text
This commit is contained in:
@@ -247,12 +247,16 @@
|
||||
width: fit-content;
|
||||
max-height: calc(100vh - 28px);
|
||||
overflow: hidden auto;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: flex-end;
|
||||
.navItem {
|
||||
position : relative;
|
||||
display : flex;
|
||||
justify-content : space-between;
|
||||
align-items : center;
|
||||
width : 100%;
|
||||
text-wrap : nowrap;
|
||||
border : 1px solid #888888;
|
||||
border-bottom : 0;
|
||||
animation-name : glideDropDown;
|
||||
|
||||
Reference in New Issue
Block a user