mirror of
https://github.com/penpot/penpot.git
synced 2025-06-05 09:21:39 +02:00
🐛 Fix position of text cursor is a bit too high in Invitations section
This commit is contained in:
parent
1106ebc377
commit
217ca66720
2 changed files with 2 additions and 0 deletions
|
@ -80,6 +80,7 @@
|
||||||
- Fix create typography with section closed [Taiga #5574](https://tree.taiga.io/project/penpot/issue/5574)
|
- 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 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 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
|
### :arrow_up: Deps updates
|
||||||
|
|
||||||
|
|
|
@ -35,6 +35,7 @@
|
||||||
input {
|
input {
|
||||||
&.no-padding {
|
&.no-padding {
|
||||||
padding-top: 12px;
|
padding-top: 12px;
|
||||||
|
height: 50px;
|
||||||
}
|
}
|
||||||
min-height: 40px;
|
min-height: 40px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue