mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-05-25 11:22:16 +00:00
URL fix for #2287
This commit is contained in:
parent
dccfadf7b8
commit
c631a4a9b9
4 changed files with 27 additions and 9 deletions
|
@ -86,6 +86,13 @@
|
|||
.commit-id {
|
||||
font-family: Consolas, monospace;
|
||||
}
|
||||
code {
|
||||
padding: 1px;
|
||||
font-size: 85%;
|
||||
background-color: rgba(0, 0, 0, 0.04);
|
||||
border-radius: 3px;
|
||||
word-break: break-all;
|
||||
}
|
||||
}
|
||||
|
||||
.list {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue