[WEB-5506] regression: navigation revamp bugs (#8180)
This commit is contained in:
parent
ae7898aaee
commit
05b1c147a9
3 changed files with 23 additions and 19 deletions
|
|
@ -15,7 +15,6 @@ export const TopNavigationRoot = observer(() => {
|
|||
return (
|
||||
<div
|
||||
className={cn("flex items-center justify-evenly min-h-11 w-full px-3.5 z-[27] transition-all duration-300", {
|
||||
"px-3.5": showLabel,
|
||||
"px-2": !showLabel,
|
||||
})}
|
||||
>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue