Skip to content

Commit a626862

Browse files
Fixed table width
1 parent a1b1a8d commit a626862

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ td.remove-row {
123123
}
124124

125125
#settings-table .added-table {
126-
width: 100%;
126+
width: 100vw;
127127
cursor: grab;
128128
border-collapse: separate;
129129
border: 1px solid black;

0 commit comments

Comments
 (0)