overleaf/services/web/frontend/stylesheets/bootstrap-5/components/button-group.scss
Rebeka Dekany ccb639bcea Merge pull request #21497 from overleaf/rd-file-tree-line-break
[web] The file tree toolbar should not wrap onto two lines at small width

GitOrigin-RevId: ff2d3037b5f389ba104850d6674e0bc3a50867ee
2024-11-04 09:04:59 +00:00

16 lines
230 B
SCSS

.btn-group {
> .btn {
&:first-of-type {
padding-left: var(--spacing-05);
}
&:last-of-type {
padding-right: var(--spacing-05);
}
}
}
.btn-toolbar {
gap: var(--spacing-03);
flex-wrap: nowrap;
}