Skip to content

Commit a0a13ab

Browse files
committed
Flexible table width
1 parent 0193ee8 commit a0a13ab

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

client/styles/components/_asset-list.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
// flex: 1 1 0%;
33
overflow-y: scroll;
44
max-width: 100%;
5-
width: #{1000 / $base-font-size}rem;
65
min-height: #{400 / $base-font-size}rem;
76
}
87

client/styles/components/_sketch-list.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
.sketches-table-container {
22
overflow-y: scroll;
33
max-width: 100%;
4-
width: #{1000 / $base-font-size}rem;
54
min-height: #{400 / $base-font-size}rem;
65
}
76

0 commit comments

Comments
 (0)