Skip to content

Commit 4eaa54b

Browse files
committed
Textarea: update CSS resize to be 'vertical' instead of 'both'
1 parent 7c0e51f commit 4eaa54b

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# 2.68.5 (2025-04-22)
2+
3+
### Improvement
4+
5+
- **Textarea**: Change CSS resize property to be `vertical` instead of `both` when `resizable` is set to true
6+
17
# 2.68.4 (2025-04-10)
28

39
### Improvement

projects/pastanaga-angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@guillotinaweb/pastanaga-angular",
33
"description": "Provides Pastanaga UI elements as Angular components",
4-
"version": "2.68.4",
4+
"version": "2.68.5",
55
"license": "MIT",
66
"keywords": [
77
"angular",

projects/pastanaga-angular/src/lib/controls/textfield/textarea/textarea.component.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616
#{$color-neutral-regular},
1717
2
1818
) + '" fill-rule="evenodd"> <path d="M28.4419 12.4419L28.8839 12L28 11.1161L27.558 11.558L15.558 23.558L15.1161 24L16 24.8839L16.4419 24.4419L28.4419 12.4419ZM28.4419 16.4419L28.8839 16L28 15.1161L27.558 15.558L19.558 23.558L19.1161 24L20 24.8839L20.4419 24.4419L28.4419 16.4419Z"></path> </g></svg>');
19-
resize: both;
19+
resize: vertical;
2020
}
2121
}

0 commit comments

Comments
 (0)