mirror of
https://github.com/vector-im/element-web.git
synced 2025-08-31 19:31:11 +02:00
Wrap the title heading on Notification panel with mx_BaseCard_header_title (#10818)
This commit is contained in:
parent
56f694620c
commit
fec1785a32
@ -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…
x
Reference in New Issue
Block a user