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
path: root/app
diff options
context:
space:
mode:
authorDouglas Barbosa Alexandre <dbalexandre@gmail.com>2015-12-04 00:40:31 +0300
committerDouglas Barbosa Alexandre <dbalexandre@gmail.com>2015-12-04 00:46:30 +0300
commit0decc7f941b96bf53e172de0340847d3b7d714b7 (patch)
tree35bbc58d0c20b893963818b7b0feeff1469f43b3 /app
parent510f3bf70b7bb3c42abb147840dff65b069fa58b (diff)
Fix specs
Diffstat (limited to 'app')
-rw-r--r--app/assets/stylesheets/framework/markdown_area.scss1
-rw-r--r--app/views/projects/_md_preview.html.haml4
2 files changed, 2 insertions, 3 deletions
diff --git a/app/assets/stylesheets/framework/markdown_area.scss b/app/assets/stylesheets/framework/markdown_area.scss
index 11b609f3b79..2b044786738 100644
--- a/app/assets/stylesheets/framework/markdown_area.scss
+++ b/app/assets/stylesheets/framework/markdown_area.scss
@@ -74,7 +74,6 @@
.referenced-users {
color: #4c4e54;
- display: inline-block;
padding-top: 10px;
}
diff --git a/app/views/projects/_md_preview.html.haml b/app/views/projects/_md_preview.html.haml
index 5bdceb9523a..54c818baaf4 100644
--- a/app/views/projects/_md_preview.html.haml
+++ b/app/views/projects/_md_preview.html.haml
@@ -15,8 +15,8 @@
.js-md-preview{class: (preview_class if defined?(preview_class))}
- if defined?(referenced_users) && referenced_users
- %div.clearfix
- %span.referenced-users.hide
+ %div.referenced-users.hide
+ %span
= icon('exclamation-triangle')
You are about to add
%strong