mirror of
https://github.com/actualbudget/actual.git
synced 2026-03-21 15:36:50 -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
|
||||
|
||||
Reference in New Issue
Block a user