Inherit font size from other elements for push notifications table
This commit is contained in:
parent
2aee2df6e9
commit
f050323f98
2 changed files with 1 additions and 3 deletions
|
@ -44,12 +44,10 @@ limitations under the License.
|
|||
|
||||
.mx_UserNotifSettings_pushRulesTable thead {
|
||||
font-weight: bold;
|
||||
font-size: 15px;
|
||||
}
|
||||
|
||||
.mx_UserNotifSettings_pushRulesTable tbody th {
|
||||
font-weight: 400;
|
||||
font-size: 15px;
|
||||
}
|
||||
|
||||
.mx_UserNotifSettings_pushRulesTable tbody th:first-child {
|
||||
|
|
|
@ -28,7 +28,7 @@ export default class NotificationSettingsTab extends React.Component {
|
|||
return (
|
||||
<div className="mx_SettingsTab">
|
||||
<div className="mx_SettingsTab_heading">{_t("Notifications")}</div>
|
||||
<div className="mx_SettingsTab_section">
|
||||
<div className="mx_SettingsTab_section mx_SettingsTab_subsectionText">
|
||||
<Notifications />
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue