summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorPaul Slaughter <pslaughter@gitlab.com>2019-07-31 18:12:30 +0000
committerPaul Slaughter <pslaughter@gitlab.com>2019-07-31 18:12:30 +0000
commitce77d137abcc8e21844fdee54620d95d7b626983 (patch)
tree8a1d6b8065b590a108bce6ebc49cfd72091e10ef /app
parentde2962ec08a7b7eaca3d123f3bc06652439d0d41 (diff)
parentb0532ee36b52a3ac8f16b0b79f8596917ae2abc1 (diff)
downloadgitlab-ce-ce77d137abcc8e21844fdee54620d95d7b626983.tar.gz
Merge branch 'ce-8240-add-percent-rollout-strategy-to-feature-flags-ui' into 'master'
CE Port of Update feature flag UI to support percentage rollout See merge request gitlab-org/gitlab-ce!31240
Diffstat (limited to 'app')
-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 6b44834cc52..f384a49e0ae 100644
--- a/app/assets/stylesheets/framework/common.scss
+++ b/app/assets/stylesheets/framework/common.scss
@@ -435,6 +435,7 @@ img.emoji {
/** COMMON SIZING CLASSES **/
.w-0 { width: 0; }
.w-8em { width: 8em; }
+.w-3rem { width: 3rem; }
.h-12em { height: 12em; }