mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Only modify table spacing (#44313)
This commit is contained in:
parent
007cd144a9
commit
e1af78954f
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user