mirror of
https://github.com/zen-browser/desktop.git
synced 2025-10-04 17:06:35 +00:00
Ensure horizontal tabs width is enforced with !important for consistent layout
This commit is contained in:
@@ -9,7 +9,7 @@
|
|||||||
flex-direction: row !important;
|
flex-direction: row !important;
|
||||||
max-width: unset !important;
|
max-width: unset !important;
|
||||||
min-width: unset !important;
|
min-width: unset !important;
|
||||||
width: 100%;
|
width: 100% !important;
|
||||||
padding: var(--zen-toolbox-padding) !important;
|
padding: var(--zen-toolbox-padding) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user