Skip to content

Commit 5330688

Browse files
committed
Add explicit width for Tables 31 & 32
1 parent 9e9b75b commit 5330688

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

spec/index.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,13 @@
3535

3636
/* These tables are too narrow for their captions */
3737
#table-sanctioned-single-unit-identifiers table,
38-
#table-listformat-resolvedoptions-properties table {
38+
#table-listformat-resolvedoptions-properties table,
39+
#table-segmenter-resolvedoptions-properties table {
3940
width: 102mm;
4041
}
41-
4242
#table-intl-unsigned-rounding-modes table,
43-
#table-displaynames-resolvedoptions-properties table {
43+
#table-displaynames-resolvedoptions-properties table,
44+
#table-relativetimeformat-resolvedoptions-properties table {
4445
width: 130mm;
4546
}
4647

0 commit comments

Comments
 (0)