Force popover-header to size 14px instead of rems
This commit is contained in:
parent
24665ccbe1
commit
cc170959da
1 changed files with 2 additions and 1 deletions
|
@ -145,7 +145,8 @@ table {
|
|||
pointer-events: none;
|
||||
}
|
||||
|
||||
.popover {
|
||||
.popover,
|
||||
.popover-header {
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue