diff options
author | Bryce Johnson <bryce@gitlab.com> | 2017-06-12 11:29:32 -0400 |
---|---|---|
committer | Bryce Johnson <bryce@gitlab.com> | 2017-06-13 11:05:49 -0400 |
commit | 52dd35afb98d6efce233210e5ec2c8c924c55608 (patch) | |
tree | 8c599dc9743c1ab0c9894cff9cf2ca5027f06b16 /app/assets/stylesheets | |
parent | f79caeaa454473802fe648f142bcf73684ffdbdc (diff) | |
download | gitlab-ce-52dd35afb98d6efce233210e5ec2c8c924c55608.tar.gz |
Make small pipeline schedules UI enhancements.bpj-small-pipeline-ui-changes
Diffstat (limited to 'app/assets/stylesheets')
-rw-r--r-- | app/assets/stylesheets/pages/pipeline_schedules.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/pages/pipeline_schedules.scss b/app/assets/stylesheets/pages/pipeline_schedules.scss index ab417948931..595eb40fec7 100644 --- a/app/assets/stylesheets/pages/pipeline_schedules.scss +++ b/app/assets/stylesheets/pages/pipeline_schedules.scss @@ -12,7 +12,7 @@ .interval-pattern-form-group { label { margin-right: 10px; - font-size: 12px; + font-weight: normal; &[for='custom'] { margin-right: 0; |