Browse Source

Use monospace font in githook editor (#1958)

for-closed-social
silverwind 7 years ago
committed by Lunny Xiao
parent
commit
0168b7073d
2 changed files with 9 additions and 0 deletions
  1. +3
    -0
      public/css/index.css
  2. +6
    -0
      public/less/_form.less

+ 3
- 0
public/css/index.css View File

@ -1166,6 +1166,9 @@ footer .ui.language .menu {
.new.webhook .events.fields .column {
padding-left: 40px;
}
.githook textarea {
font-family: monospace;
}
.repository {
padding-top: 15px;
padding-bottom: 80px;

+ 6
- 0
public/less/_form.less View File

@ -140,3 +140,9 @@
}
}
}
.githook {
textarea {
font-family: monospace;
}
}

Loading…
Cancel
Save