Skip to content

Commit a4e69a5

Browse files
committed
MAGETWO-92697: Add vertical alignment to column configuration
- make field width small
1 parent 777609c commit a4e69a5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

app/code/Magento/PageBuilder/view/adminhtml/ui_component/pagebuilder_column_form.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,9 @@
262262
<settings>
263263
<label translate="true">Minimum Height</label>
264264
<addAfter translate="true">px</addAfter>
265+
<additionalClasses>
266+
<class name="admin__field-small">true</class>
267+
</additionalClasses>
265268
<validation>
266269
<rule name="validate-number" xsi:type="boolean">true</rule>
267270
</validation>

0 commit comments

Comments
 (0)