diff --git a/templates/zephyr/markdown_help.html b/templates/zephyr/markdown_help.html index 7adc6af72f..fe6874c27b 100644 --- a/templates/zephyr/markdown_help.html +++ b/templates/zephyr/markdown_help.html @@ -6,7 +6,7 @@
You type | You get | diff --git a/zephyr/static/styles/zephyr.css b/zephyr/static/styles/zephyr.css index 1ebaec3509..c44e903922 100644 --- a/zephyr/static/styles/zephyr.css +++ b/zephyr/static/styles/zephyr.css @@ -546,3 +546,8 @@ table.floating_recipient { background-color: #444; color: white; } + + +#fmt_help_table { + table-layout: fixed; +}
---|