summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan Friend <nathan@gitlab.com>2019-07-31 11:38:23 -0300
committerNathan Friend <nathan@gitlab.com>2019-07-31 11:40:32 -0300
commit9e32f90e340b9e7dca5d1da11802189010ce1a89 (patch)
treeb200bf3145118de0bee975f89658c06895e0a7cb
parent914bfabba6708696c049d3a0304d67873b39c047 (diff)
downloadgitlab-ce-ce-8240-add-percent-rollout-strategy-to-feature-flags-ui.tar.gz
Add percentage rollout support to feature flag UI (CE)ce-8240-add-percent-rollout-strategy-to-feature-flags-ui
This commit updates the feature flags pages to includes support for the percentage rollout strategy.
-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; }