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