button,
[type="button"],
[type="submit"],
[type="reset"],
.el-button,
.el-button > span,
.el-button .el-icon + span,
.el-radio-button__inner,
.el-checkbox-button__inner,
.el-check-tag,
.el-tag,
.el-link,
input[type="button"],
input[type="submit"],
.tool-btn,
.tools-btn,
.action-btn,
.icon-btn,
.nav-btn,
.rail-btn,
.rail-label,
.dtab,
.tab-btn,
.event-tab,
.event-more,
.action-key,
.pane-toggle,
.si-cell,
.kpi,
.search-chip,
.w-ctrl button,
.w-tabs button,
.w-enter,
.wall-cta,
.mods-ops button,
.mods-ops .el-button,
.row-acts button,
.row-acts .el-button,
.title-acts button,
.title-acts .el-button {
 white-space: nowrap;
}
button,
[type="button"],
[type="submit"],
[type="reset"],
.el-button,
.tool-btn,
.tools-btn,
.action-btn,
.action-key,
.nav-btn,
.rail-btn,
.dtab,
.tab-btn,
.event-tab,
.event-more,
.wall-cta,
.w-enter,
.mods-ops button,
.mods-ops .el-button,
.row-acts button,
.row-acts .el-button,
.title-acts button,
.title-acts .el-button,
.foot-actions .el-button,
.foot-actions button {
 flex-shrink: 0;
 min-width: max-content;
 box-sizing: border-box;
}
button.grow,
.el-button.grow,
[type="button"].grow,
[type="submit"].grow,
.tool-btn.grow {
 flex: 0 0 auto;
 min-width: max-content;
 min-height: unset;
}
.row-acts,
.title-acts,
.mods-ops,
.foot-actions {
 flex-shrink: 0;
}
.ctrl-row,
.toolbar,
.filterbar,
.vhead,
.vhead-actions,
.d-acts,
.title-acts,
.row-acts,
.acct-toolbar,
.phead {
 flex-wrap: nowrap;
 min-width: 0;
 overflow-x: auto;
 overflow-y: hidden;
 scrollbar-gutter: stable;
}
.mods-ops,
.row-acts,
.foot-actions.row {
 min-width: max-content;
}
