File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -843,12 +843,12 @@ class AccountSettingsPage extends React.Component {
843
843
</ h1 >
844
844
< div >
845
845
< div className = "row" >
846
- < div className = "col-md-2 " >
846
+ < div className = "col-md-3 " >
847
847
< JumpNav
848
848
displayDemographicsLink = { this . props . formValues . shouldDisplayDemographicsSection }
849
849
/>
850
850
</ div >
851
- < div className = "col-md-10 " >
851
+ < div className = "col-md-9 " >
852
852
{ loading ? this . renderLoading ( ) : null }
853
853
{ loaded ? this . renderContent ( ) : null }
854
854
{ loadingError ? this . renderError ( ) : null }
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ const JumpNav = ({
20
20
const showPreferences = useSelector ( selectShowPreferences ( ) ) ;
21
21
22
22
return (
23
- < div className = { classNames ( 'jump-nav px-2.25 ' , { 'jump-nav-sm position-sticky pt-3' : stickToTop } ) } >
23
+ < div className = { classNames ( 'jump-nav' , { 'jump-nav-sm position-sticky pt-3' : stickToTop } ) } >
24
24
< Scrollspy
25
25
items = { [
26
26
'basic-information' ,
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ exports[`JumpNav should not render Optional Information or delete account link 1
8
8
data-testid = " browser-router"
9
9
>
10
10
<div
11
- className = " jump-nav px-2.25 jump-nav-sm position-sticky pt-3"
11
+ className = " jump-nav jump-nav-sm position-sticky pt-3"
12
12
>
13
13
<ul
14
14
className = " list-unstyled"
@@ -93,7 +93,7 @@ exports[`JumpNav should render Optional Information and delete account link 1`]
93
93
data-testid = " browser-router"
94
94
>
95
95
<div
96
- className = " jump-nav px-2.25 jump-nav-sm position-sticky pt-3"
96
+ className = " jump-nav jump-nav-sm position-sticky pt-3"
97
97
>
98
98
<ul
99
99
className = " list-unstyled"
You can’t perform that action at this time.
0 commit comments