diff options
Diffstat (limited to 'p')
| -rw-r--r-- | p/themes/base-theme/frss.css | 4 | ||||
| -rw-r--r-- | p/themes/base-theme/frss.rtl.css | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/p/themes/base-theme/frss.css b/p/themes/base-theme/frss.css index 48c8147e3..856c94305 100644 --- a/p/themes/base-theme/frss.css +++ b/p/themes/base-theme/frss.css @@ -433,6 +433,10 @@ button.as-link[disabled] { overflow-x: auto; } +.table-wrapper th { + white-space: nowrap; +} + table { margin: 0.5rem 0; max-width: 100%; diff --git a/p/themes/base-theme/frss.rtl.css b/p/themes/base-theme/frss.rtl.css index e1cc66066..bdf964607 100644 --- a/p/themes/base-theme/frss.rtl.css +++ b/p/themes/base-theme/frss.rtl.css @@ -433,6 +433,10 @@ button.as-link[disabled] { overflow-x: auto; } +.table-wrapper th { + white-space: nowrap; +} + table { margin: 0.5rem 0; max-width: 100%; |
