work around incorrect styles ordering in status popover
This commit is contained in:
parent
30219098a6
commit
ecbbec7b97
1 changed files with 2 additions and 1 deletions
|
@ -38,7 +38,8 @@
|
||||||
<style lang="scss">
|
<style lang="scss">
|
||||||
@import '../../_variables.scss';
|
@import '../../_variables.scss';
|
||||||
|
|
||||||
.status-popover {
|
/* popover styles load on-demand, so we need to override */
|
||||||
|
.status-popover.popover {
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
min-width: 15em;
|
min-width: 15em;
|
||||||
max-width: 95%;
|
max-width: 95%;
|
||||||
|
|
Loading…
Reference in a new issue