Commit e69d9db5 authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray

Merge branch 'fe-update-common-styles' into 'master'

Replace h-13em with h-12em

See merge request gitlab-org/gitlab-ce!24895
parents 280b6f6f 44648ae9
......@@ -390,9 +390,12 @@ img.emoji {
/** COMMON SIZING CLASSES **/
.w-0 { width: 0; }
.h-13em { height: 13em; }
.h-12em { height: 12em; }
.mw-460 { max-width: 460px; }
.mw-6em { max-width: 6em; }
.min-height-0 { min-height: 0; }
/** COMMON SPACING CLASSES **/
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment