Skip to content

Commit

Permalink
Clarify units for gap settings. #2148
Browse files Browse the repository at this point in the history
  • Loading branch information
kimisgold committed Feb 21, 2024
1 parent 9fad423 commit 57c5cdd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions application/src/Form/PageLayoutDataForm.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public function init()
'type' => 'number',
'name' => 'o:layout_data[grid_column_gap]',
'options' => [
'label' => 'Column gap',
'label' => 'Column gap (px)',
],
'attributes' => [
'id' => 'page-layout-grid-column-gap-input',
Expand All @@ -50,7 +50,7 @@ public function init()
'type' => 'number',
'name' => 'o:layout_data[grid_row_gap]',
'options' => [
'label' => 'Row gap',
'label' => 'Row gap (px)',
],
'attributes' => [
'id' => 'page-layout-grid-row-gap-input',
Expand Down

0 comments on commit 57c5cdd

Please sign in to comment.