Wrap the title heading on Notification panel with mx_BaseCard_header_title (#10818)
This commit is contained in:
parent
56f694620c
commit
fec1785a32
1 changed files with 5 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue