Skip to content

Commit 513d4af

Browse files
author
Christian Leucht
committed
FormRow // add spacing to "disabled" selector.
1 parent a9df17e commit 513d4af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/View/FormRow.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ public function render(ElementInterface $element): string
8484
$rowAttributes['class'] .= ' form-row--has-errors';
8585
}
8686
if ($element->isDisabled()) {
87-
$rowAttributes['class'] .= 'form-row--is-disabled';
87+
$rowAttributes['class'] .= ' form-row--is-disabled';
8888
}
8989
if ($element->type() === 'hidden') {
9090
$rowAttributes['class'] .= ' hidden';

0 commit comments

Comments
 (0)