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
  • Loading branch information
luixxiul committed May 7, 2023
1 parent de16d34 commit b45cb71
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 b45cb71

Please sign in to comment.