forked from forgejo/forgejo
Fix code overflow (#6914)
This commit is contained in:
parent
e55c874dd2
commit
95d3d42c5f
3 changed files with 8 additions and 1 deletions
|
@ -65,4 +65,10 @@
|
|||
margin-left: 5px;
|
||||
}
|
||||
}
|
||||
|
||||
code,
|
||||
pre {
|
||||
white-space: pre-wrap;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue