File tree 3 files changed +6
-0
lines changed
packages/stories-block/src/block
3 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -118,6 +118,7 @@ const EmbedControls = (props) => {
118
118
value = { title || '' }
119
119
onChange = { ( value ) => setAttributes ( { title : value } ) }
120
120
__nextHasNoMarginBottom
121
+ __next40pxDefaultSize
121
122
/>
122
123
</ BaseControl >
123
124
</ PanelRow >
@@ -188,6 +189,7 @@ const EmbedControls = (props) => {
188
189
setAttributes ( { width : Number . parseInt ( value ) } )
189
190
}
190
191
__nextHasNoMarginBottom
192
+ __next40pxDefaultSize
191
193
/>
192
194
< TextControl
193
195
type = "number"
@@ -202,6 +204,7 @@ const EmbedControls = (props) => {
202
204
} )
203
205
}
204
206
__nextHasNoMarginBottom
207
+ __next40pxDefaultSize
205
208
/>
206
209
</ div >
207
210
</ BaseControl >
Original file line number Diff line number Diff line change @@ -72,6 +72,7 @@ const EmbedControlsInLoop = (props) => {
72
72
setAttributes ( { width : Number . parseInt ( value ) } )
73
73
}
74
74
__nextHasNoMarginBottom
75
+ __next40pxDefaultSize
75
76
/>
76
77
< TextControl
77
78
type = "number"
@@ -86,6 +87,7 @@ const EmbedControlsInLoop = (props) => {
86
87
} )
87
88
}
88
89
__nextHasNoMarginBottom
90
+ __next40pxDefaultSize
89
91
/>
90
92
</ div >
91
93
</ BaseControl >
Original file line number Diff line number Diff line change @@ -210,6 +210,7 @@ const StoriesInspectorControls = (props) => {
210
210
}
211
211
className = "web-stories-settings-archive-link"
212
212
__nextHasNoMarginBottom
213
+ __next40pxDefaultSize
213
214
/>
214
215
) }
215
216
</ PanelBody >
You can’t perform that action at this time.
0 commit comments