mirror of
https://github.com/bitwarden/web
synced 2025-12-26 13:13:24 +00:00
Minor UI improvements
This commit is contained in:
@@ -152,7 +152,8 @@
|
||||
<label>{{'disabledSendType' | i18n}}</label>
|
||||
<div class="form-check" *ngFor="let o of disableSendPolicyOptions">
|
||||
<input class="form-check-input" type="radio" [(ngModel)]="disableSend" name="Type_{{o.value}}"
|
||||
id="type_{{o.value}}" [value]="o.value" [checked]="disableSend === o.value">
|
||||
id="type_{{o.value}}" [value]="o.value" [checked]="disableSend === o.value"
|
||||
[disabled]="!enabled">
|
||||
<label class="form-check-label" for="type_{{o.value}}">
|
||||
{{o.name}}
|
||||
</label>
|
||||
|
||||
Reference in New Issue
Block a user