Skip to content

Commit 7c43c89

Browse files
committed
Fixed ballot icon width problem in Safari (regression introduced in 2.42)
- Legacy-Id: 1967
1 parent 48ae22c commit 7c43c89

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

static/css/base2.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ table.ietf-table { border-collapse:collapse; border:1px solid #7f7f7f; }
102102
.ietf-doctable th.date, .ietf-doctable td.date { white-space:nowrap; min-width: 6em;}
103103
.ietf-doctable th.status, .ietf-doctable td.status { min-width: 20em;}
104104
.ietf-doctable th.ad, .ietf-doctable td.ad { white-space:nowrap; min-width: 6em; }
105-
.ietf-doctable td.ballot { border-left: hidden; mid-width: 37px; }
105+
.ietf-doctable td.ballot { border-left: hidden; min-width: 37px; }
106106

107107
table.ballot_icon { empty-cells: show; padding: 0; border-spacing: 0; border: 1px solid black; border-collapse: collapse; table-layout:fixed; min-width:35px; background:white; }
108108
table.ballot_icon td { border: 1px solid black; height: 7px; width: 6px; padding: 0;}

0 commit comments

Comments
 (0)