Skip to content

Commit 9897df8

Browse files
committed
chore: remove some custom classes
1 parent a22b745 commit 9897df8

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

src/StyleWrapper/StyleWrapperView.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ const StyleWrapperView = (props) => {
212212

213213
return useAsPageHeader ? (
214214
<React.Fragment>
215-
<BodyClass className="custom-page-header grey-breadcrumbs" />
215+
<BodyClass className="custom-page-header" />
216216
<IsomorphicPortal>{StyleWrapperRendered}</IsomorphicPortal>
217217
</React.Fragment>
218218
) : (

src/StyleWrapper/stretchStyleDefaultView.css

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,3 @@ body:not(.is-authenticated):not(.document_wide_view).stretch {
282282
margin: 0 -1.3vw;
283283
}
284284
}
285-
286-
#page-header .content-box {
287-
margin-bottom: 0px;
288-
}

0 commit comments

Comments
 (0)