mirror of
https://github.com/actualbudget/actual.git
synced 2026-04-30 18:20:24 -05:00
fix: limit custom css textarea to resize vertically (#6695)
This commit is contained in:
@@ -375,6 +375,7 @@ export function ThemeInstaller({
|
||||
aria-label={t('Custom Theme CSS')}
|
||||
style={{
|
||||
height: 120,
|
||||
resize: 'vertical',
|
||||
}}
|
||||
/>
|
||||
<View
|
||||
|
||||
6
upcoming-release-notes/6695.md
Normal file
6
upcoming-release-notes/6695.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
category: Bugfix
|
||||
authors: [MatthiasBenaets]
|
||||
---
|
||||
|
||||
Limit custom css textarea to resize vertically
|
||||
Reference in New Issue
Block a user