Skip to content

Commit

Permalink
Fix stats-popover width
Browse files Browse the repository at this point in the history
  • Loading branch information
6c65726f79 committed Jan 17, 2022
1 parent d17be23 commit b2b7111
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/theme/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ input[type=number] {
-moz-appearance: textfield !important;
}

.stats-popover .popover-content {
.stats-popover::part(content) {
width:300px;
}

Expand Down

0 comments on commit b2b7111

Please sign in to comment.