From 44648ae93dc89fbd6a7f2d5bbd9035ddac23634b Mon Sep 17 00:00:00 2001 From: Paul Slaughter Date: Sun, 3 Feb 2019 23:53:34 -0600 Subject: [PATCH] Replace h-13em with h-12em --- app/assets/stylesheets/framework/common.scss | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 **/