Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2017-06-12 14:47:46 +0300
committerPhil Hughes <me@iamphill.com>2017-06-13 11:46:36 +0300
commit4f67864103e42497c3cbd06f28faca5fe0e34921 (patch)
tree38bac9eb7b3bece3dae92789a60a380ccd698d7f /app/assets/stylesheets/framework/forms.scss
parent578f460674e14b4c8ca71cda7ac5a0378b724712 (diff)
Limit wiki container width
Closes #23734
Diffstat (limited to 'app/assets/stylesheets/framework/forms.scss')
-rw-r--r--app/assets/stylesheets/framework/forms.scss3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/assets/stylesheets/framework/forms.scss b/app/assets/stylesheets/framework/forms.scss
index 432024779fd..a78179e727f 100644
--- a/app/assets/stylesheets/framework/forms.scss
+++ b/app/assets/stylesheets/framework/forms.scss
@@ -148,7 +148,8 @@ label {
margin-top: 35px;
}
-.form-group .control-label {
+.form-group .control-label,
+.form-group .control-label-full-width {
font-weight: normal;
}