RED-8817: aligned description with option label.

This commit is contained in:
Nicoleta Panaghiu 2024-03-25 10:46:12 +02:00
parent aea61cbcf6
commit fa80d067bd
2 changed files with 5 additions and 1 deletions

View File

@ -30,7 +30,7 @@
<span
*ngIf="option.extraOption.description"
[innerHTML]="option.extraOption.description | translate"
class="hint"
class="hint extra-option-description"
></span>
</div>
</div>

View File

@ -42,6 +42,10 @@ label {
color: var(--iqser-primary);
}
}
.extra-option-description {
margin-left: 23px;
}
}
.row {