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