work around incorrect styles ordering in status popover

This commit is contained in:
Henry Jameson 2020-08-18 00:26:44 +03:00
parent 30219098a6
commit ecbbec7b97

View file

@ -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%;