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

fix-syncer
Mario Pietsch 2019-10-18 12:01:10 +02:00 zatwierdzone przez Jeremy Ruston
rodzic 05a3e1ad36
commit 6ca1e90659
1 zmienionych plików z 3 dodań i 0 usunięć

Wyświetl plik

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