/* Change the width of stacked tabs */ body { --tab-stacked-pane-width: 50%; } /**/ .workspace .mod-root .workspace-tabs.mod-stacked .workspace-tab-container .workspace-tab-header-inner { padding: 0px; } .workspace .mod-root .workspace-tabs.mod-stacked .workspace-tab-container .workspace-tab-header { width: fit-content; }