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
This commit is contained in:
Paul Slaughter 2019-07-31 18:12:30 +00:00
commit ce77d137ab
1 changed files with 1 additions and 0 deletions

View File

@ -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; }