From b0532ee36b52a3ac8f16b0b79f8596917ae2abc1 Mon Sep 17 00:00:00 2001 From: Nathan Friend Date: Wed, 31 Jul 2019 11:38:23 -0300 Subject: Add percentage rollout support to feature flag UI (CE) This commit updates the feature flags pages to includes support for the percentage rollout strategy. --- app/assets/stylesheets/framework/common.scss | 1 + 1 file changed, 1 insertion(+) (limited to 'app') 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; } -- cgit v1.2.1