From 6ca1e906591d4c6f63ad56d9d4931a012a346b17 Mon Sep 17 00:00:00 2001 From: Mario Pietsch Date: Fri, 18 Oct 2019 12:01:10 +0200 Subject: [PATCH] Fix #4327 table formatting problem introduced with normalize css 8.0.1 (#4328) --- themes/tiddlywiki/vanilla/base.tid | 3 +++ 1 file changed, 3 insertions(+) diff --git a/themes/tiddlywiki/vanilla/base.tid b/themes/tiddlywiki/vanilla/base.tid index 4fb297615..5d96d1cc9 100644 --- a/themes/tiddlywiki/vanilla/base.tid +++ b/themes/tiddlywiki/vanilla/base.tid @@ -237,6 +237,9 @@ table { caption-side: bottom; margin-top: 1em; margin-bottom: 1em; + /* next 2 elements needed, since normalize 8.0.1 */ + border-collapse: collapse; + border-spacing: 0; } table th, table td {