Commit 524d1a6f authored by Clement Ho's avatar Clement Ho

Fix popover font size

parent 429c7f8f
......@@ -56,6 +56,9 @@ table {
pointer-events: none;
}
.popover {
font-size: 14px;
}
@each $breakpoint in map-keys($grid-breakpoints) {
@include media-breakpoint-up($breakpoint) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment