Wrap the title heading on Notification panel with mx_BaseCard_header_title (#10818)

This commit is contained in:
Suguru Hirahara 2023-05-08 07:43:59 +00:00 committed by GitHub
parent 56f694620c
commit fec1785a32
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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