diff options
author | Lukas Eipert <leipert@gitlab.com> | 2019-07-22 15:14:10 +0200 |
---|---|---|
committer | Lukas Eipert <leipert@gitlab.com> | 2019-07-22 15:14:10 +0200 |
commit | c39c64d97331758766d93e58a922a4e0fb216963 (patch) | |
tree | 0a305d165373c53d26170526efb1a648c722d196 | |
parent | b40630e134c09e02322d9b17ddf45667d2fa6573 (diff) | |
download | gitlab-ce-leipert-resolve-ee-diff.tar.gz |
Port common class only used in EEleipert-resolve-ee-diff
-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; } |