Flexible table width

This commit is contained in:
Andrew Nicolaou 2019-08-19 21:12:09 +02:00
parent 0193ee8297
commit a0a13ab7fc
2 changed files with 0 additions and 2 deletions

View File

@ -2,7 +2,6 @@
// flex: 1 1 0%;
overflow-y: scroll;
max-width: 100%;
width: #{1000 / $base-font-size}rem;
min-height: #{400 / $base-font-size}rem;
}

View File

@ -1,7 +1,6 @@
.sketches-table-container {
overflow-y: scroll;
max-width: 100%;
width: #{1000 / $base-font-size}rem;
min-height: #{400 / $base-font-size}rem;
}