mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-04 17:04:59 +03:00
Fix Markdown help modal table positioning
no ref - Fix top spacing of markdown table - Fix width of table and left align table head - Fix grammar, whitespace in getting-started post
This commit is contained in:
parent
bff7a7ca55
commit
a45711a5ac
@ -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…
Reference in New Issue
Block a user