Inherit font size from other elements for push notifications table

This commit is contained in:
Travis Ralston 2019-01-29 19:18:13 -07:00
parent 2aee2df6e9
commit f050323f98
2 changed files with 1 additions and 3 deletions

View file

@ -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 {