mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-24 23:48:13 -05:00
Merge pull request #4033 from halfdan/getting-typos
Fix Markdown help modal table positioning
This commit is contained in:
commit
0fdfd6d3e5
1 changed files with 10 additions and 1 deletions
|
@ -846,5 +846,14 @@ body.zen {
|
|||
}
|
||||
|
||||
.modal-markdown-help-table {
|
||||
margin-top: 0;
|
||||
margin: 20px 0;
|
||||
width: 100%;
|
||||
|
||||
td, th {
|
||||
padding: 8px;
|
||||
}
|
||||
|
||||
th {
|
||||
text-align: left;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue