Skip to content

Commit d5de0b5

Browse files
committed
Add some missing __next40pxDefaultSize attrs
1 parent 8cf0eca commit d5de0b5

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

packages/stories-block/src/block/block-types/single-story/embedControls.js

+3
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ const EmbedControls = (props) => {
118118
value={title || ''}
119119
onChange={(value) => setAttributes({ title: value })}
120120
__nextHasNoMarginBottom
121+
__next40pxDefaultSize
121122
/>
122123
</BaseControl>
123124
</PanelRow>
@@ -188,6 +189,7 @@ const EmbedControls = (props) => {
188189
setAttributes({ width: Number.parseInt(value) })
189190
}
190191
__nextHasNoMarginBottom
192+
__next40pxDefaultSize
191193
/>
192194
<TextControl
193195
type="number"
@@ -202,6 +204,7 @@ const EmbedControls = (props) => {
202204
})
203205
}
204206
__nextHasNoMarginBottom
207+
__next40pxDefaultSize
205208
/>
206209
</div>
207210
</BaseControl>

packages/stories-block/src/block/block-types/single-story/embedControlsInLoop.js

+2
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ const EmbedControlsInLoop = (props) => {
7272
setAttributes({ width: Number.parseInt(value) })
7373
}
7474
__nextHasNoMarginBottom
75+
__next40pxDefaultSize
7576
/>
7677
<TextControl
7778
type="number"
@@ -86,6 +87,7 @@ const EmbedControlsInLoop = (props) => {
8687
})
8788
}
8889
__nextHasNoMarginBottom
90+
__next40pxDefaultSize
8991
/>
9092
</div>
9193
</BaseControl>

packages/stories-block/src/block/components/storiesInspectorControls.js

+1
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,7 @@ const StoriesInspectorControls = (props) => {
210210
}
211211
className="web-stories-settings-archive-link"
212212
__nextHasNoMarginBottom
213+
__next40pxDefaultSize
213214
/>
214215
)}
215216
</PanelBody>

0 commit comments

Comments
 (0)