Skip to content

Commit

Permalink
Wrap the title heading on Notification panel with mx_BaseCard_header_…
Browse files Browse the repository at this point in the history
…title (#10818)
  • Loading branch information
luixxiul committed May 8, 2023
1 parent 56f6946 commit fec1785
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/components/structures/NotificationPanel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,11 @@ export default class NotificationPanel extends React.PureComponent<IProps, IStat
>
<BaseCard
header={
<Heading size="h4" className="mx_BaseCard_header_title_heading">
{_t("Notifications")}
</Heading>
<div className="mx_BaseCard_header_title">
<Heading size="h4" className="mx_BaseCard_header_title_heading">
{_t("Notifications")}
</Heading>
</div>
}
/**
* Need to rename this CSS class to something more generic
Expand Down

0 comments on commit fec1785

Please sign in to comment.