mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-05-25 11:22:16 +00:00
fix markdown padding
This commit is contained in:
parent
4f03b81ec7
commit
942284648e
3 changed files with 7 additions and 2 deletions
|
@ -4,7 +4,10 @@
|
|||
font-size: 16px;
|
||||
line-height: 1.6 !important;
|
||||
word-wrap: break-word;
|
||||
padding: 5px 2em 2em !important;
|
||||
|
||||
&.file-view {
|
||||
padding: 5px 2em 2em !important;
|
||||
}
|
||||
|
||||
>*:first-child {
|
||||
margin-top: 0 !important;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue