diff --git a/themes/mtfwiki-modified/assets/customize.scss b/themes/mtfwiki-modified/assets/customize.scss index fc0a4d96a3..882597c747 100644 --- a/themes/mtfwiki-modified/assets/customize.scss +++ b/themes/mtfwiki-modified/assets/customize.scss @@ -37,12 +37,12 @@ a.github-profile { } } .csv-table { - width: max-content; - max-width: max-content !important; - white-space: nowrap; th { text-align: center; } + th, td { + min-width: 9ch; + } } .mtf-wiki > { .c1 { @@ -242,4 +242,4 @@ div.watermark::after { align-self: center; opacity: 0.3; transform: rotate(-45deg); -} \ No newline at end of file +}