mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-28 12:45:45 +01:00
label-hack change
This commit is contained in:
parent
f6fb4fee29
commit
696fddc970
@ -26,7 +26,7 @@
|
|||||||
<input type="radio" class="radio" [(ngModel)]="send.type" name="Type_{{o.value}}"
|
<input type="radio" class="radio" [(ngModel)]="send.type" name="Type_{{o.value}}"
|
||||||
id="type_{{o.value}}" [value]="o.value" (change)="typeChanged(o)"
|
id="type_{{o.value}}" [value]="o.value" (change)="typeChanged(o)"
|
||||||
[checked]="send.type === o.value">
|
[checked]="send.type === o.value">
|
||||||
<label class="label-hack" for="type_{{o.value}}">
|
<label class="unstyled" for="type_{{o.value}}">
|
||||||
{{o.name}}
|
{{o.name}}
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
|
@ -128,7 +128,7 @@
|
|||||||
overflow-x: auto;
|
overflow-x: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.row-label, label:not(.label-hack) {
|
.row-label, label:not(.unstyled) {
|
||||||
font-size: $font-size-small;
|
font-size: $font-size-small;
|
||||||
display: block;
|
display: block;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
Loading…
Reference in New Issue
Block a user