diff options
author | Annabel Dunstone Gray <annabel.m.gray@gmail.com> | 2019-08-20 17:19:06 +0000 |
---|---|---|
committer | Annabel Dunstone Gray <annabel.m.gray@gmail.com> | 2019-08-20 17:19:06 +0000 |
commit | 0966c99586f5c1b61ea952aaf8370628d2025ba6 (patch) | |
tree | 5c02ae3d0ee5f8af2a629aa85888d67e2530fa97 | |
parent | 948a721df58e8f35d7dad859b53987cbb37181d6 (diff) | |
parent | 183262ffe7f6b780a0bc066dc541622ca4c0fd07 (diff) | |
download | gitlab-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.scss | 1 |
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; } |