From c39c64d97331758766d93e58a922a4e0fb216963 Mon Sep 17 00:00:00 2001 From: Lukas Eipert Date: Mon, 22 Jul 2019 15:14:10 +0200 Subject: [PATCH] Port common class only used in EE --- app/assets/stylesheets/framework/common.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/app/assets/stylesheets/framework/common.scss b/app/assets/stylesheets/framework/common.scss index 1bd5043ed10..61ab0476c42 100644 --- a/app/assets/stylesheets/framework/common.scss +++ b/app/assets/stylesheets/framework/common.scss @@ -434,6 +434,7 @@ img.emoji { /** COMMON SIZING CLASSES **/ .w-0 { width: 0; } +.w-8em { width: 8em; } .h-12em { height: 12em; }