Skip to content

Commit 01c5d39

Browse files
committed
css fix: Issue #39 updated the table-layout prop fixed -> auto
1 parent 6e350f2 commit 01c5d39

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

html/classhelper.css

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,8 @@
22
overflow: auto;
33
}
44

5-
#check,
6-
.tableid {
7-
width: 10px;
8-
}
9-
10-
115
.popup-table {
12-
table-layout: fixed;
13-
/* compromises quality for speed */
6+
table-layout: auto;
147
width: 100%;
158
font-size: .9em;
169
}

0 commit comments

Comments
 (0)