mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 07:43:35 +00:00
label-hack change
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
<input type="radio" class="radio" [(ngModel)]="send.type" name="Type_{{o.value}}"
|
||||
id="type_{{o.value}}" [value]="o.value" (change)="typeChanged(o)"
|
||||
[checked]="send.type === o.value">
|
||||
<label class="label-hack" for="type_{{o.value}}">
|
||||
<label class="unstyled" for="type_{{o.value}}">
|
||||
{{o.name}}
|
||||
</label>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user