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 13:27:54 -0300
commitb0532ee36b52a3ac8f16b0b79f8596917ae2abc1 (patch)
treeb9330a7b62852b1a1c2c97e9c4f62126d6936d92
parent2e7f4bbb66b4bae61c9dd09234e8435c91e7e986 (diff)
downloadgitlab-ce-b0532ee36b52a3ac8f16b0b79f8596917ae2abc1.tar.gz
Add percentage rollout support to feature flag UI (CE)
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; }