0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-10 08:50:57 -05:00

🐛 Fix unaligned share-token dropdown.

This commit is contained in:
Andrey Antukh 2020-11-13 12:11:49 +01:00
parent 48663eacdc
commit bf7cfef355

View file

@ -172,7 +172,7 @@
box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.25);
display: flex;
flex-direction: column;
left: -180px;
left: -135px;
position: absolute;
padding: 1rem;
top: 45px;