RED-8817: aligned description with option label.
This commit is contained in:
parent
aea61cbcf6
commit
fa80d067bd
@ -30,7 +30,7 @@
|
|||||||
<span
|
<span
|
||||||
*ngIf="option.extraOption.description"
|
*ngIf="option.extraOption.description"
|
||||||
[innerHTML]="option.extraOption.description | translate"
|
[innerHTML]="option.extraOption.description | translate"
|
||||||
class="hint"
|
class="hint extra-option-description"
|
||||||
></span>
|
></span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -42,6 +42,10 @@ label {
|
|||||||
color: var(--iqser-primary);
|
color: var(--iqser-primary);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.extra-option-description {
|
||||||
|
margin-left: 23px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.row {
|
.row {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user