Instead of increasing the max width of tools, slightly increase the width at which paint editor switches over to 2 rows of tools so that they have enough space to make 2 rows

This commit is contained in:
DD Liu 2020-01-17 14:10:37 -05:00
parent 7d7e42b63f
commit f7bade8781
2 changed files with 2 additions and 2 deletions

View file

@ -126,7 +126,7 @@ $border-radius: 0.25rem;
.mode-selector {
display: flex;
max-width: 7.8rem;
max-width: 6rem;
flex-direction: row;
flex-wrap: wrap;
align-items: flex-start;

View file

@ -23,4 +23,4 @@ $form-radius: calc($space / 2);
/* layout contants from `layout-constants.js`, minus 1px */
$full-size: 1095px;
$full-size-paint: 1249px;
$full-size-paint: 1256px;