diff options
Diffstat (limited to 'helpDialog.html')
| -rw-r--r-- | helpDialog.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helpDialog.html b/helpDialog.html index 0587145d..557cfb69 100644 --- a/helpDialog.html +++ b/helpDialog.html @@ -30,7 +30,7 @@ float:left; } .vimiumColumn table, .vimiumColumn td, .vimiumColumn tr { padding:0; margin:0; } - .vimiumColumn table { width:100%; } + .vimiumColumn table { width:100%; table-layout:auto; } .vimiumColumn td { vertical-align:top; padding:1px; } #vimiumHelpDialog .vimiumColumn tr > td:first-of-type { text-align:right; |
