Skip to content

Commit

Permalink
fix: コンテナ内側スペース小数点の許可
Browse files Browse the repository at this point in the history
  • Loading branch information
mthaichi committed Jan 16, 2024
1 parent 6ad8fe8 commit b486eab
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/blocks/_pro/outer/edit.js
Original file line number Diff line number Diff line change
Expand Up @@ -852,6 +852,7 @@ export default function OuterEdit(props) {
}
min="0"
max="100"
step={0.1}
/>
<RangeControl
label={__('Tablet', 'vk-blocks-pro')}
Expand All @@ -867,6 +868,7 @@ export default function OuterEdit(props) {
}
min="0"
max="200"
step={0.1}
/>
<RangeControl
label={__('PC', 'vk-blocks-pro')}
Expand All @@ -878,6 +880,7 @@ export default function OuterEdit(props) {
}
min="0"
max="300"
step={0.1}
/>
<SelectControl
label={__('Unit Type', 'vk-blocks-pro')}
Expand Down

0 comments on commit b486eab

Please sign in to comment.