Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Inherit font size from other elements for push notifications table
Browse files Browse the repository at this point in the history
  • Loading branch information
turt2live committed Jan 30, 2019
1 parent 2aee2df commit f050323
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions res/css/views/settings/_Notifications.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit f050323

Please sign in to comment.