mirror of
https://github.com/grafana/grafana.git
synced 2024-12-28 01:41:24 -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;
|
||||
}
|
||||
|
||||
*: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;
|
||||
|
Loading…
Reference in New Issue
Block a user