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
|
<BaseCard
|
||||||
header={
|
header={
|
||||||
<Heading size="h4" className="mx_BaseCard_header_title_heading">
|
<div className="mx_BaseCard_header_title">
|
||||||
{_t("Notifications")}
|
<Heading size="h4" className="mx_BaseCard_header_title_heading">
|
||||||
</Heading>
|
{_t("Notifications")}
|
||||||
|
</Heading>
|
||||||
|
</div>
|
||||||
}
|
}
|
||||||
/**
|
/**
|
||||||
* Need to rename this CSS class to something more generic
|
* Need to rename this CSS class to something more generic
|
||||||
|
|
Loading…
Reference in a new issue