Fix layout of sketch add

This commit is contained in:
Andrew Nicolaou 2019-11-10 20:39:20 +01:00
parent ecba54ee55
commit e00cc30476

View file

@ -79,7 +79,7 @@
} }
.collection-add-sketch { .collection-add-sketch {
min-width: #{800 / $base-font-size}rem; min-width: #{600 / $base-font-size}rem;
overflow: scroll; overflow: scroll;
} }