Merge branch 'leipert-resolve-ee-diff' into 'master'

Port common class only used in EE

See merge request gitlab-org/gitlab-ce!31008
This commit is contained in:
Phil Hughes 2019-07-23 08:04:43 +00:00
commit e2b1af2064
1 changed files with 1 additions and 0 deletions

View File

@ -434,6 +434,7 @@ img.emoji {
/** COMMON SIZING CLASSES **/
.w-0 { width: 0; }
.w-8em { width: 8em; }
.h-12em { height: 12em; }