diff options
Diffstat (limited to 'src/components/status_popover/status_popover.vue')
| -rw-r--r-- | src/components/status_popover/status_popover.vue | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/components/status_popover/status_popover.vue b/src/components/status_popover/status_popover.vue index 79a52e38..162eb210 100644 --- a/src/components/status_popover/status_popover.vue +++ b/src/components/status_popover/status_popover.vue @@ -38,7 +38,8 @@ <style lang="scss"> @import '../../_variables.scss'; -.status-popover { +/* popover styles load on-demand, so we need to override */ +.status-popover.popover { font-size: 1rem; min-width: 15em; max-width: 95%; |
