Refactor: change menubar width
This commit is contained in:
parent
c0352388c3
commit
a7fdd5bce7
1 changed files with 1 additions and 1 deletions
|
|
@ -498,7 +498,7 @@
|
|||
@apply flex items-center gap-0.5 rounded-md px-1.5 py-1 text-sm font-medium;
|
||||
}
|
||||
.header-menu-bar-display {
|
||||
@apply flex max-w-[120px] cursor-pointer items-center gap-2 lg:max-w-[150px];
|
||||
@apply flex max-w-[115px] cursor-pointer items-center gap-2 lg:max-w-[145px];
|
||||
}
|
||||
.header-menu-flow-name {
|
||||
@apply flex-1 truncate;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue