summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Slaughter <pslaughter@gitlab.com>2019-02-03 23:53:34 -0600
committerPaul Slaughter <pslaughter@gitlab.com>2019-02-03 23:53:34 -0600
commit44648ae93dc89fbd6a7f2d5bbd9035ddac23634b (patch)
treef82c3349901cf1dc14bd08e962628c4a5206f208
parent609e5f7db54c33e32d40b70f854c0f3469e5484c (diff)
downloadgitlab-ce-44648ae93dc89fbd6a7f2d5bbd9035ddac23634b.tar.gz
Replace h-13em with h-12em
-rw-r--r--app/assets/stylesheets/framework/common.scss5
1 files changed, 4 insertions, 1 deletions
diff --git a/app/assets/stylesheets/framework/common.scss b/app/assets/stylesheets/framework/common.scss
index 08d84f7748f..15fe331f9e4 100644
--- a/app/assets/stylesheets/framework/common.scss
+++ b/app/assets/stylesheets/framework/common.scss
@@ -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 **/