diff options
author | Phil Hughes <me@iamphill.com> | 2019-07-23 08:04:43 +0000 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2019-07-23 08:04:43 +0000 |
commit | e2b1af2064514a34081f1aac9e247667a0dc2442 (patch) | |
tree | f98e5b7696fc707d4ba5652614b5831dbce29f9a /app | |
parent | 1df5c6d7709321c58c78e18960abf3a399e5dc4f (diff) | |
parent | c39c64d97331758766d93e58a922a4e0fb216963 (diff) | |
download | gitlab-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
Diffstat (limited to 'app')
-rw-r--r-- | app/assets/stylesheets/framework/common.scss | 1 |
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; } |