Merge branch '10943-css-clean-up-ee' into 'master'

Adds a height utility class

See merge request gitlab-org/gitlab-ce!32019
This commit is contained in:
Annabel Dunstone Gray 2019-08-20 17:19:06 +00:00
commit 0966c99586
1 changed files with 1 additions and 0 deletions

View File

@ -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; }