Skip to content

Commit

Permalink
Block Library: Update Column width input label to clarify percentage
Browse files Browse the repository at this point in the history
  • Loading branch information
aduth committed May 9, 2019
1 parent 67d2b75 commit 609e787
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/block-library/src/column/edit.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ function ColumnEdit( {
<InspectorControls>
<PanelBody title={ __( 'Column Settings' ) }>
<RangeControl
label={ __( 'Width' ) }
label={ __( 'Percentage width' ) }
value={ width }
onChange={ updateWidth }
min={ 0 }
Expand Down

0 comments on commit 609e787

Please sign in to comment.