Commit 54d3e86 1 parent b0c0e09 commit 54d3e86 Copy full SHA for 54d3e86
File tree 3 files changed +12
-4
lines changed
3 files changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -300,7 +300,7 @@ class SiteStatsComponent extends React.Component {
300
300
</ FormFieldset >
301
301
</ >
302
302
) }
303
- < FormFieldset >
303
+ < FormFieldset className = "jp-stats-form-fieldset" >
304
304
< ToggleControl
305
305
checked = { ! ! this . props . getOptionValue ( 'admin_bar' ) }
306
306
disabled = {
@@ -316,7 +316,7 @@ class SiteStatsComponent extends React.Component {
316
316
) }
317
317
/>
318
318
</ FormFieldset >
319
- < FormFieldset >
319
+ < FormFieldset className = "jp-stats-form-fieldset" >
320
320
< FormLegend > { __ ( 'Count logged in page views from' , 'jetpack' ) } </ FormLegend >
321
321
{ Object . keys ( siteRoles ) . map ( key => (
322
322
< ToggleControl
@@ -333,7 +333,7 @@ class SiteStatsComponent extends React.Component {
333
333
/>
334
334
) ) }
335
335
</ FormFieldset >
336
- < FormFieldset >
336
+ < FormFieldset className = "jp-stats-form-fieldset" >
337
337
< FormLegend > { __ ( 'Allow Jetpack Stats to be viewed by' , 'jetpack' ) } </ FormLegend >
338
338
< ToggleControl
339
339
checked = { true }
@@ -357,7 +357,7 @@ class SiteStatsComponent extends React.Component {
357
357
) : null
358
358
) }
359
359
</ FormFieldset >
360
- < FormFieldset >
360
+ < FormFieldset className = "jp-stats-form-fieldset" >
361
361
< FormLegend > { __ ( 'WordPress.com Reader' , 'jetpack' ) } </ FormLegend >
362
362
< ToggleControl
363
363
checked = { this . state . wpcom_reader_views_enabled }
Original file line number Diff line number Diff line change @@ -271,6 +271,10 @@ $twitter-pofile-image-padding: 17px;
271
271
margin-bottom : 0 ;
272
272
}
273
273
274
+ .jp-stats-form-fieldset {
275
+ margin-bottom : 20px ;
276
+ }
277
+
274
278
.jp-stats-odyssey-badge {
275
279
color : #008710 ;
276
280
background-color : #D0E6B8 ;
Original file line number Diff line number Diff line change
1
+ Significance: minor
2
+ Type: enhancement
3
+
4
+ Add some extra margin around Stats settings toggles
You can’t perform that action at this time.
0 commit comments