summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Florian <mflorian@gitlab.com>2019-07-04 17:49:45 +0800
committerMark Florian <mflorian@gitlab.com>2019-07-04 17:49:45 +0800
commitb140d823c7815e24fc8576cd82c54b023c683788 (patch)
tree94befa6ae64e58a6d85d7c5cad83b7fdc88dbe62
parente049fe0d2ea585818cd4a6a65a1d71cbee365a52 (diff)
downloadgitlab-ce-10077-add-dependency-scanning-to-dl-add-status-column-ce.tar.gz
-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; }