mirror of
https://github.com/go-gitea/gitea
synced 2025-07-22 18:28:37 +00:00
Use monospace font in githook editor (#1958)
This commit is contained in:
@@ -140,3 +140,9 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.githook {
|
||||
textarea {
|
||||
font-family: monospace;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user