Only modify table spacing (#44313)

This commit is contained in:
Ashley Harrison 2022-01-21 13:38:13 +00:00 committed by GitHub
parent 007cd144a9
commit e1af78954f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -213,8 +213,8 @@ a.external-link {
margin-bottom: $spacer; margin-bottom: $spacer;
} }
*:not(:first-child) { table {
margin-top: $spacer; margin-bottom: $spacer;
} }
table { table {
@ -249,6 +249,7 @@ a.external-link {
margin-bottom: 0; margin-bottom: 0;
} }
table:last-child,
ul:last-child, ul:last-child,
ol:last-child { ol:last-child {
margin-bottom: 0; margin-bottom: 0;