mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-06 06:48:21 +00:00
fix: popover width (#5108)
This commit is contained in:
parent
545f29d0a7
commit
e8e039ee63
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue