Only modify table spacing (#44313) (#44320)

(cherry picked from commit e1af78954f)

Co-authored-by: Ashley Harrison <ashley.harrison@grafana.com>
This commit is contained in:
Grot (@grafanabot)
2022-01-21 14:52:47 +01:00
committed by GitHub
co-authored by Ashley Harrison
parent 918cb580e8
commit 3d453a6104
+3 -2
View File
@@ -213,8 +213,8 @@ a.external-link {
margin-bottom: $spacer;
}
*:not(:first-child) {
margin-top: $spacer;
table {
margin-bottom: $spacer;
}
table {
@@ -249,6 +249,7 @@ a.external-link {
margin-bottom: 0;
}
table:last-child,
ul:last-child,
ol:last-child {
margin-bottom: 0;