diff --git a/ui-v2/app/components/consul-intention-form/fieldsets/layout.scss b/ui-v2/app/components/consul-intention-form/fieldsets/layout.scss index 70f18cfdf0..fa9353f06c 100644 --- a/ui-v2/app/components/consul-intention-form/fieldsets/layout.scss +++ b/ui-v2/app/components/consul-intention-form/fieldsets/layout.scss @@ -18,7 +18,7 @@ @extend %with-deny-color-icon, %as-pseudo; } .permissions > button { - @extend %anchor; + @extend %anchor, %p2; float: right; } } diff --git a/ui-v2/app/components/radio-card/index.hbs b/ui-v2/app/components/radio-card/index.hbs index 4a5348aac6..0cab5cca07 100644 --- a/ui-v2/app/components/radio-card/index.hbs +++ b/ui-v2/app/components/radio-card/index.hbs @@ -3,7 +3,12 @@ class="radio-card{{if checked ' checked'}}" >
- + {{! workaround FF/Ember problem where you cannnot set a value to be value="" (empty)}} + {{#if (gt value.length 0) }} + + {{else}} + + {{/if}}
{{yield}}