@@ -155,8 +155,8 @@ export function NewsletterAccessRadioButtons( {
155
155
} ) ;
156
156
157
157
return (
158
- < fieldset className = "editor-post-visibility__fieldset jetpack-newsletter-access-radio-buttons" >
159
- < VisuallyHidden as = "legend" > { __ ( 'Audience ' , 'jetpack' ) } </ VisuallyHidden >
158
+ < fieldset className = "jetpack-newsletter-access-radio-buttons" >
159
+ < VisuallyHidden as = "legend" > { __ ( 'Access ' , 'jetpack' ) } </ VisuallyHidden >
160
160
< RadioControl
161
161
onChange = { value => {
162
162
if (
@@ -276,20 +276,18 @@ export function NewsletterAccessDocumentSettings( { accessLevel } ) {
276
276
</ div >
277
277
</ >
278
278
) }
279
- < PanelRow className = "edit-post-post-visibility" >
279
+ < PanelRow >
280
280
< Flex direction = "column" >
281
281
{ showMisconfigurationWarning && < MisconfigurationWarning /> }
282
282
< FlexBlock direction = "row" justify = "flex-start" >
283
283
{ canEdit && (
284
- < div className = "editor-post-visibility" >
285
- < NewsletterAccessRadioButtons
286
- isEditorPanel = { true }
287
- accessLevel = { _accessLevel }
288
- stripeConnectUrl = { stripeConnectUrl }
289
- hasTierPlans = { hasTierPlans }
290
- postHasPaywallBlock = { foundPaywallBlock }
291
- />
292
- </ div >
284
+ < NewsletterAccessRadioButtons
285
+ isEditorPanel = { true }
286
+ accessLevel = { _accessLevel }
287
+ stripeConnectUrl = { stripeConnectUrl }
288
+ hasTierPlans = { hasTierPlans }
289
+ postHasPaywallBlock = { foundPaywallBlock }
290
+ />
293
291
) }
294
292
295
293
{ /* Display the uneditable access level when the user doesn't have edit privileges*/ }
0 commit comments