mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-05-25 11:22:16 +00:00
fixed code view line height for firefox
This commit is contained in:
parent
cd627ba16e
commit
d06d58e461
2 changed files with 2 additions and 2 deletions
|
@ -447,7 +447,7 @@
|
|||
width: 1%;
|
||||
span {
|
||||
font-family: Monaco,Menlo,Consolas,"Courier New",monospace;
|
||||
line-height: 1.6;
|
||||
line-height: 20px;
|
||||
padding: 0 10px;
|
||||
cursor: pointer;
|
||||
display: block;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue