Skip to content

Commit

Permalink
Fix unstable popup width
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderby committed Sep 24, 2023
1 parent 4b31c31 commit 448b026
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/ui/popup/body/style.less
Original file line number Diff line number Diff line change
Expand Up @@ -233,3 +233,7 @@
border-color: mix(@color-back, @color-control-fore);
}
}

html:not(.mobile) {
width: calc(@popup-content-width + 2 * @popup-content-padding + 4px);
}

0 comments on commit 448b026

Please sign in to comment.