Commit ebfa279c authored by GitLab Bot's avatar GitLab Bot

Automatic merge of gitlab-org/gitlab-ce master

parents d93553c6 e69d9db5
...@@ -394,9 +394,12 @@ img.emoji { ...@@ -394,9 +394,12 @@ img.emoji {
/** COMMON SIZING CLASSES **/ /** COMMON SIZING CLASSES **/
.w-0 { width: 0; } .w-0 { width: 0; }
.h-13em { height: 13em; }
.h-12em { height: 12em; }
.mw-460 { max-width: 460px; } .mw-460 { max-width: 460px; }
.mw-6em { max-width: 6em; } .mw-6em { max-width: 6em; }
.min-height-0 { min-height: 0; } .min-height-0 { min-height: 0; }
/** COMMON SPACING CLASSES **/ /** 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