summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2019-07-23 08:04:43 +0000
committerPhil Hughes <me@iamphill.com>2019-07-23 08:04:43 +0000
commite2b1af2064514a34081f1aac9e247667a0dc2442 (patch)
treef98e5b7696fc707d4ba5652614b5831dbce29f9a
parent1df5c6d7709321c58c78e18960abf3a399e5dc4f (diff)
parentc39c64d97331758766d93e58a922a4e0fb216963 (diff)
downloadgitlab-ce-e2b1af2064514a34081f1aac9e247667a0dc2442.tar.gz
Merge branch 'leipert-resolve-ee-diff' into 'master'
Port common class only used in EE See merge request gitlab-org/gitlab-ce!31008
-rw-r--r--app/assets/stylesheets/framework/common.scss1
1 files changed, 1 insertions, 0 deletions
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; }