Force popover-header to size 14px instead of rems

This commit is contained in:
Clement Ho 2019-01-03 19:06:56 +00:00 committed by Annabel Dunstone Gray
parent 24665ccbe1
commit cc170959da

View file

@ -145,7 +145,8 @@ table {
pointer-events: none;
}
.popover {
.popover,
.popover-header {
font-size: 14px;
}