Skip to content

Commit

Permalink
fix: update the class for tbsui_ssr_header_item_expanded to not 100% …
Browse files Browse the repository at this point in the history
…height
  • Loading branch information
Sasha committed May 6, 2024
1 parent 0c73252 commit 3e83dfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/components/organisms/navmenu/navmenu.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -507,7 +507,7 @@
& ~ * .tbsui_ssr_header_item_expanded {
opacity: 1;
font-size: var(--navmeu_header_expanded_font_size);
height: 100%;
height: auto;
}

& ~ * .tbsui_ssr_header_item_collapsed {
Expand Down

0 comments on commit 3e83dfa

Please sign in to comment.