fix: popover width (#5108)

This commit is contained in:
Gandharv 2022-12-29 18:05:36 +05:30 committed by GitHub
parent 545f29d0a7
commit e8e039ee63
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,7 +3,7 @@
outline: none;
border-radius: 4px;
padding: 12px;
width: 260px;
min-width: 260px;
background-color: white;
animation-duration: 400ms;
animation-timing-function: cubic-bezier(0.16, 1, 0.3, 1);