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:
authorGeorge Tsiolis <tsiolis.g@gmail.com>2018-10-15 21:35:00 +0300
committerClement Ho <clemmakesapps@gmail.com>2018-10-15 21:35:00 +0300
commit469dc95a95891e15c0c8417b8c5309ec9eb6dee5 (patch)
tree318b9261fcfb7ca9406b2b5396891cfc62b3c5f9 /app/assets/stylesheets/pages/boards.scss
parent0602fcb6bf0050f71e8b8f69e0328031f9386618 (diff)
Replace `<i>` in vue components with `<icon>`
Diffstat (limited to 'app/assets/stylesheets/pages/boards.scss')
-rw-r--r--app/assets/stylesheets/pages/boards.scss3
1 files changed, 1 insertions, 2 deletions
diff --git a/app/assets/stylesheets/pages/boards.scss b/app/assets/stylesheets/pages/boards.scss
index b3c5c693824..54fbd40cece 100644
--- a/app/assets/stylesheets/pages/boards.scss
+++ b/app/assets/stylesheets/pages/boards.scss
@@ -305,8 +305,7 @@
}
.confidential-icon {
- position: relative;
- top: 1px;
+ vertical-align: text-top;
margin-right: 5px;
}
}