mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Theme: Add margin-bottom to .markdown-html tables (#36415)
This commit is contained in:
parent
7fd2ddfdb4
commit
7fb233cfb1
@ -213,6 +213,10 @@ a.external-link {
|
||||
margin-bottom: $spacer;
|
||||
}
|
||||
|
||||
table {
|
||||
margin-bottom: $line-height-base;
|
||||
}
|
||||
|
||||
table {
|
||||
td,
|
||||
th {
|
||||
|
Loading…
Reference in New Issue
Block a user