HTML writer: revert to using width property for column widths

The default `flex` and `overflow-x` properties of a column are set to
`auto`. In combination, these changes allow to get good results when
using columns with or without explicit widths.
This commit is contained in:
Albert Krewinkel
2022-08-21 11:30:21 +02:00
committed by Albert Krewinkel
parent 08f1f4551c
commit 16d134218b
10 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -152,7 +152,7 @@
code{white-space: pre-wrap;}
span.smallcaps{font-variant: small-caps;}
div.columns{display: flex; gap: min(4vw, 1.5em);}
div.column{flex: 1;}
div.column{flex: auto; overflow-x: auto;}
div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}
ul.task-list{list-style: none;}
ul.task-list li input[type="checkbox"] {