Sets Collection List modal in addMode to fixed width
This commit is contained in:
parent
a0384f166a
commit
5575c6344a
1 changed files with 5 additions and 0 deletions
|
@ -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%;
|
||||
max-height: 100%;
|
||||
|
|
Loading…
Reference in a new issue