mirror of
https://github.com/overleaf/overleaf.git
synced 2024-12-01 16:01:32 -05:00
ccb639bcea
[web] The file tree toolbar should not wrap onto two lines at small width GitOrigin-RevId: ff2d3037b5f389ba104850d6674e0bc3a50867ee
16 lines
230 B
SCSS
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;
|
|
}
|