summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakuya Noguchi <takninnovationresearch@gmail.com>2018-11-22 20:49:54 +0900
committerTakuya Noguchi <takninnovationresearch@gmail.com>2018-12-12 15:32:55 -0800
commit69de3677965a5b585110bbdd612666105105426a (patch)
treef6ff2ec37ed1b8a9afda07b7f8965cc2135bcb3f
parent74cd51c7ed7298e689d774209a4fa8baa8cda8fd (diff)
downloadgitlab-ce-69de3677965a5b585110bbdd612666105105426a.tar.gz
Move .referenced-users
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
-rw-r--r--app/assets/stylesheets/framework/markdown_area.scss4
-rw-r--r--app/assets/stylesheets/framework/mobile.scss4
2 files changed, 4 insertions, 4 deletions
diff --git a/app/assets/stylesheets/framework/markdown_area.scss b/app/assets/stylesheets/framework/markdown_area.scss
index 2b110e23fb8..c2b429ac29b 100644
--- a/app/assets/stylesheets/framework/markdown_area.scss
+++ b/app/assets/stylesheets/framework/markdown_area.scss
@@ -286,4 +286,8 @@
overflow: hidden;
text-overflow: ellipsis;
}
+
+ .referenced-users {
+ margin-right: 0;
+ }
}
diff --git a/app/assets/stylesheets/framework/mobile.scss b/app/assets/stylesheets/framework/mobile.scss
index 13d29d9f7d0..d60fb878133 100644
--- a/app/assets/stylesheets/framework/mobile.scss
+++ b/app/assets/stylesheets/framework/mobile.scss
@@ -14,10 +14,6 @@
}
}
- .referenced-users {
- margin-right: 0;
- }
-
.issues-details-filters:not(.filtered-search-block),
.dash-projects-filters,
.check-all-holder {