Skip to content

Commit

Permalink
Fix: Certain languages break the max height of the search bar #6841
Browse files Browse the repository at this point in the history
  • Loading branch information
nilkhankari committed Jun 21, 2024
1 parent 1d352eb commit a093f89
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions components/Containers/NavBar/index.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
lg:h-16
lg:flex-row
lg:items-center
lg:gap-8
lg:gap-2
lg:border-b
lg:px-8;
lg:px-2;
}

.nodeIconAndMobileItemsToggler {
Expand Down Expand Up @@ -55,7 +55,6 @@
.navItems {
@apply flex
flex-col
gap-1
border-b
border-neutral-200
p-4
Expand All @@ -69,7 +68,6 @@
.actionsWrapper {
@apply flex
items-center
gap-2
border-b
border-neutral-200
p-4
Expand Down

0 comments on commit a093f89

Please sign in to comment.