mirror of
https://github.com/penpot/penpot.git
synced 2025-08-03 19:28:27 +02:00
🐛 Fix annotations size: adjust textarea height according to annotation content
This commit is contained in:
parent
85e1899f6b
commit
1770bb995b
2 changed files with 11 additions and 2 deletions
|
@ -2414,6 +2414,16 @@
|
|||
.title .icon {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
textarea {
|
||||
min-height: 250px;
|
||||
}
|
||||
}
|
||||
|
||||
&.creating {
|
||||
textarea {
|
||||
min-height: 250px;
|
||||
}
|
||||
}
|
||||
|
||||
.hidden {
|
||||
|
@ -2445,7 +2455,6 @@
|
|||
textarea {
|
||||
background-color: $color-gray-60;
|
||||
color: $color-white;
|
||||
min-height: 250px;
|
||||
padding: 10px;
|
||||
|
||||
border: none;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue