Commit b0532ee3 authored by Nathan Friend's avatar Nathan Friend

Add percentage rollout support to feature flag UI (CE)

This commit updates the feature flags pages to includes support for the
percentage rollout strategy.
parent 2e7f4bbb
...@@ -435,6 +435,7 @@ img.emoji { ...@@ -435,6 +435,7 @@ img.emoji {
/** COMMON SIZING CLASSES **/ /** COMMON SIZING CLASSES **/
.w-0 { width: 0; } .w-0 { width: 0; }
.w-8em { width: 8em; } .w-8em { width: 8em; }
.w-3rem { width: 3rem; }
.h-12em { height: 12em; } .h-12em { height: 12em; }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment