diff options
author | Nathan Friend <nathan@gitlab.com> | 2019-07-31 11:38:23 -0300 |
---|---|---|
committer | Nathan Friend <nathan@gitlab.com> | 2019-07-31 13:27:54 -0300 |
commit | b0532ee36b52a3ac8f16b0b79f8596917ae2abc1 (patch) | |
tree | b9330a7b62852b1a1c2c97e9c4f62126d6936d92 /app/assets/stylesheets | |
parent | 2e7f4bbb66b4bae61c9dd09234e8435c91e7e986 (diff) | |
download | gitlab-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.
Diffstat (limited to 'app/assets/stylesheets')
-rw-r--r-- | app/assets/stylesheets/framework/common.scss | 1 |
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; } |