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>2016-05-23 16:58:48 +0300
committerPhil Hughes <me@iamphill.com>2016-05-23 16:58:48 +0300
commite76d11dce96672a6f791fb4f249a3c1384f0a7f0 (patch)
tree42daa1e99db9bde89c683fcbba4182720114ee10 /app/assets/stylesheets/pages/issues.scss
parent53ad33e4ba1b079e4f2aebceb42a7301c5ce2e4a (diff)
Related merge request text alignment
Diffstat (limited to 'app/assets/stylesheets/pages/issues.scss')
-rw-r--r--app/assets/stylesheets/pages/issues.scss5
1 files changed, 0 insertions, 5 deletions
diff --git a/app/assets/stylesheets/pages/issues.scss b/app/assets/stylesheets/pages/issues.scss
index fc9db97132d..58bd12ffd6b 100644
--- a/app/assets/stylesheets/pages/issues.scss
+++ b/app/assets/stylesheets/pages/issues.scss
@@ -96,8 +96,3 @@ form.edit-issue {
.issue-form .select2-container {
width: 250px !important;
}
-
-.issue-closed-by-widget {
- color: $gl-text-color;
- margin-left: 52px;
-}