mirror of
https://gitlab.com/tildes/tildes.git
synced 2026-05-03 22:37:01 +02:00
Add margin-bottom to <table>
Adding a table to a post wouldn't have any margin below it, so the next paragraph would be right up against the bottom.
This commit is contained in:
@@ -196,6 +196,7 @@ table {
|
||||
border-collapse: collapse;
|
||||
border-spacing: 0;
|
||||
width: auto;
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
|
||||
td, th {
|
||||
|
||||
Reference in New Issue
Block a user