diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2021-10-04 23:54:30 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-10-04 23:54:30 -0600 |
| commit | 56c3aa35a861a537ced2fd300a10b270064e41f2 (patch) | |
| tree | c6c258b564c7863a7b1a10ab21a0e64230296992 /features/xref.feature | |
| parent | 0f6b0b94ea42d6892b6cfa43bcea791c03bba809 (diff) | |
resolves #4160 use width attribute to set width of table and table column (PR #4161)
Diffstat (limited to 'features/xref.feature')
| -rw-r--r-- | features/xref.feature | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/features/xref.feature b/features/xref.feature index e0dc1dc9..ec14ce41 100644 --- a/features/xref.feature +++ b/features/xref.feature @@ -772,7 +772,7 @@ Feature: Cross References """ table.tableblock.frame-all.grid-all.stretch colgroup - col style='width: 100%;' + col width="100%" tbody tr td.tableblock.halign-left.valign-top |
