summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.m.gray@gmail.com>2019-08-20 17:19:06 +0000
committerAnnabel Dunstone Gray <annabel.m.gray@gmail.com>2019-08-20 17:19:06 +0000
commit0966c99586f5c1b61ea952aaf8370628d2025ba6 (patch)
tree5c02ae3d0ee5f8af2a629aa85888d67e2530fa97
parent948a721df58e8f35d7dad859b53987cbb37181d6 (diff)
parent183262ffe7f6b780a0bc066dc541622ca4c0fd07 (diff)
downloadgitlab-ce-0966c99586f5c1b61ea952aaf8370628d2025ba6.tar.gz
Merge branch '10943-css-clean-up-ee' into 'master'
Adds a height utility class See merge request gitlab-org/gitlab-ce!32019
-rw-r--r--app/assets/stylesheets/framework/common.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/common.scss b/app/assets/stylesheets/framework/common.scss
index f384a49e0ae..e9218dcec67 100644
--- a/app/assets/stylesheets/framework/common.scss
+++ b/app/assets/stylesheets/framework/common.scss
@@ -438,6 +438,7 @@ img.emoji {
.w-3rem { width: 3rem; }
.h-12em { height: 12em; }
+.h-32-px { height: 32px;}
.mw-460 { max-width: 460px; }
.mw-6em { max-width: 6em; }