mirror of
https://github.com/actualbudget/actual.git
synced 2026-03-22 00:13:45 -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')}
|
aria-label={t('Custom Theme CSS')}
|
||||||
style={{
|
style={{
|
||||||
height: 120,
|
height: 120,
|
||||||
|
resize: 'vertical',
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
<View
|
<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