Skip to content

Commit 9725030

Browse files
committed
Fix required star with quick hack in inline style
1 parent 047527d commit 9725030

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

view/adminhtml/templates/form/field.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ $cssClass = implode(' ', $cssClass);
5252
<label for="<?= $escaper->escapeHtml($field->getCode()) ?>">
5353
<span><?= $escaper->escapeHtml($field->getLabel()) ?></span>
5454
<?php if ($field->isRequired()): ?>
55-
<span style="color:red">*</span>
55+
<span style="display: inline; color:red">*</span>
5656
<?php endif; ?>
5757
</label>
5858
</div>

0 commit comments

Comments
 (0)