forked from kevadesu/forgejo
Use monospace font in githook editor (#1958)
This commit is contained in:
parent
889409ba31
commit
0168b7073d
2 changed files with 9 additions and 0 deletions
|
@ -140,3 +140,9 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
.githook {
|
||||
textarea {
|
||||
font-family: monospace;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue