Fix disabled radio label alignment in radio component
This commit is contained in:
@@ -464,10 +464,12 @@
|
||||
|
||||
<label class="sg-checkbox-field-option sg-checkbox-field-option--disabled sg-body" data-component="radio-field" data-component-state="disabled">
|
||||
<span class="sg-state-example__label sg-table-label">form-disabled</span>
|
||||
<span class="sg-radio-field-row">
|
||||
<button class="sg-radio-field sg-radio-field--disabled" type="button" role="radio" aria-checked="false" aria-label="Option nicht verfügbar" disabled>
|
||||
<span class="sg-radio-field__mark" aria-hidden="true"></span>
|
||||
</button>
|
||||
<span>Option nicht verfügbar</span>
|
||||
</span>
|
||||
</label>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
Reference in New Issue
Block a user