Sets Collection List modal in addMode to fixed width

This commit is contained in:
Andrew Nicolaou 2019-09-11 21:13:51 +02:00 committed by Cassie Tarakajian
parent 679304d0ab
commit 0086601af1
1 changed files with 5 additions and 0 deletions

View File

@ -4,6 +4,11 @@
min-height: #{400 / $base-font-size}rem;
}
.sketches-table-container--fixed {
width: #{1000 / $base-font-size}rem;
padding: #{24 / $base-font-size}rem;
}
.sketches-table {
width: 100%;