Skip to content

Commit

Permalink
Add min-width for popup popover
Browse files Browse the repository at this point in the history
  • Loading branch information
davivcu committed Nov 12, 2023
1 parent b68840c commit 20901b8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,10 @@ evt-analogue-entry evt-analogue-detail > div {
margin: 0 !important;
}

.popover {
min-width: 8em;
}

.popover-body evt-quote-entry,
.popover-body evt-analogue-entry {
pointer-events: none;
Expand Down

0 comments on commit 20901b8

Please sign in to comment.