Fix issue with workspace button width in vertical tabs

This commit is contained in:
mr. M
2024-10-30 19:42:20 +01:00
parent db9a0edce5
commit fb89aab252

View File

@@ -207,7 +207,7 @@
padding-left: var(--zen-toolbox-padding);
}
& #zen-workspaces-button {
& #zen-workspaces-button[as-button='true'] {
width: calc(100% - 10px) !important;
}