mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 08:09:33 +08:00
Markdown tables should have vertical margin
This commit is contained in:
parent
1fcb5c1b6d
commit
17d8fea796
|
@ -437,4 +437,5 @@ div.ac-wrap {
|
||||||
|
|
||||||
.md-table {
|
.md-table {
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
|
margin: 1em 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user