File tree 2 files changed +3
-4
lines changed 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -125,16 +125,15 @@ export const Concepts = withRouter((props: RouteComponentProps) => {
125
125
currentPageTitle = "Concepts"
126
126
intermediateCrumbs = { crumb ? [ crumb ] : undefined }
127
127
icon = { { type : "hex" , icon : "icon-concept" } }
128
- className = "mb-4"
129
128
/>
130
129
< SidebarLayout >
131
130
{ pageContext ?. subject
132
131
? < SubjectSpecificConceptListSidebar { ...sidebarProps } />
133
132
: < GenericConceptsSidebar { ...sidebarProps } searchStages = { searchStages } setSearchStages = { setSearchStages } stageCounts = { stageCounts } />
134
133
}
135
134
< MainContent >
136
- { pageContext ?. subject && < div className = "d-flex align-items-baseline flex-wrap flex-md-nowrap" >
137
- < p className = "me-3 mt-2 " > The concepts shown on this page have been filtered to only show those that are relevant to { getHumanContext ( pageContext ) } .</ p >
135
+ { pageContext ?. subject && < div className = "d-flex align-items-baseline flex-wrap flex-md-nowrap my-3 " >
136
+ < p className = "me-3" > The concepts shown on this page have been filtered to only show those that are relevant to { getHumanContext ( pageContext ) } .</ p >
138
137
< AffixButton size = "md" color = "keyline" tag = { Link } to = "/concepts" className = "ms-auto" style = { { minWidth : "136px" } }
139
138
affix = { {
140
139
affix : "icon-right" ,
Original file line number Diff line number Diff line change @@ -463,7 +463,7 @@ export const QuestionFinder = withRouter(({location}: RouteComponentProps) => {
463
463
< div className = "my-3" >
464
464
{ ( pageContext ?. subject && pageContext . stage )
465
465
? < div className = "d-flex align-items-baseline flex-wrap flex-md-nowrap" >
466
- < p className = "me-3 mt-2 " > The questions shown on this page have been filtered to only show those that are relevant to { getHumanContext ( pageContext ) } .</ p >
466
+ < p className = "me-3" > The questions shown on this page have been filtered to only show those that are relevant to { getHumanContext ( pageContext ) } .</ p >
467
467
< AffixButton size = "md" color = "keyline" tag = { Link } to = "/questions" className = "ms-auto" style = { { minWidth : "136px" } }
468
468
affix = { {
469
469
affix : "icon-right" ,
You can’t perform that action at this time.
0 commit comments