Skip to content

Commit f129a32

Browse files
committed
fixed overlapping table
1 parent 95820c0 commit f129a32

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

unified/unified_comparison_table.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ body {
1010
float: left;
1111
}
1212
#table {
13-
width: 720px;
13+
width: 780px;
1414
}
1515
#key {
1616
margin-top: 120px;
17-
width: 280px;
17+
width: 180px;
1818
}
1919

2020
table.comparisons {
@@ -32,6 +32,7 @@ table.comparisons td.row.header {
3232
font-family: Monospace;
3333
font-size: 15px;
3434
font-weight: 600;
35+
white-space: nowrap;
3536
}
3637
table.comparisons td.row.header span {
3738
color: #eee;

0 commit comments

Comments
 (0)