mirror of
https://github.com/grafana/grafana.git
synced 2025-08-01 18:26:52 +08:00
Only modify table spacing (#44313)
This commit is contained in:
@ -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;
|
||||||
|
Reference in New Issue
Block a user