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

Merge pull request #3423 from penpot/fix-invite-cursor-position

🐛 Fix position of text cursor is a bit too high in Invitations se…
This commit is contained in:
Eva Marco 2023-07-14 14:05:05 +02:00 committed by GitHub
commit e9819ab063
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View file

@ -80,6 +80,7 @@
- Fix create typography with section closed [Taiga #5574](https://tree.taiga.io/project/penpot/issue/5574)
- Fix exports menu on viewer mode [Taiga #5568](https://tree.taiga.io/project/penpot/issue/5568)
- Fix create empty comments [Taiga #5536](https://tree.taiga.io/project/penpot/issue/5536)
- Fix position of text cursor is a bit too high in Invitations section [Taiga #5511](https://tree.taiga.io/project/penpot/issue/5511)
### :arrow_up: Deps updates

View file

@ -35,6 +35,7 @@
input {
&.no-padding {
padding-top: 12px;
height: 50px;
}
min-height: 40px;
}