Flexible table width
This commit is contained in:
parent
0193ee8297
commit
a0a13ab7fc
2 changed files with 0 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue