Skip to content

Commit 0168b70

Browse files
silverwindlunny
authored andcommitted
Use monospace font in githook editor (#1958)
1 parent 889409b commit 0168b70

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

public/css/index.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1166,6 +1166,9 @@ footer .ui.language .menu {
11661166
.new.webhook .events.fields .column {
11671167
padding-left: 40px;
11681168
}
1169+
.githook textarea {
1170+
font-family: monospace;
1171+
}
11691172
.repository {
11701173
padding-top: 15px;
11711174
padding-bottom: 80px;

public/less/_form.less

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,3 +140,9 @@
140140
}
141141
}
142142
}
143+
144+
.githook {
145+
textarea {
146+
font-family: monospace;
147+
}
148+
}

0 commit comments

Comments
 (0)