label-hack change

This commit is contained in:
addison 2021-02-22 15:06:18 -05:00
parent f6fb4fee29
commit 696fddc970
2 changed files with 2 additions and 2 deletions

View File

@ -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>

View File

@ -128,7 +128,7 @@
overflow-x: auto;
}
.row-label, label:not(.label-hack) {
.row-label, label:not(.unstyled) {
font-size: $font-size-small;
display: block;
width: 100%;