Fix #4327 table formatting problem introduced with normalize css 8.0.1 (#4328)

This commit is contained in:
Mario Pietsch 2019-10-18 12:01:10 +02:00 committed by Jeremy Ruston
parent 05a3e1ad36
commit 6ca1e90659
1 changed files with 3 additions and 0 deletions

View File

@ -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 {