fix: limit custom css textarea to resize vertically (#6695)

This commit is contained in:
Matthias Benaets
2026-01-18 14:54:57 +01:00
committed by GitHub
parent 7035b32f26
commit 58b1420c60
2 changed files with 7 additions and 0 deletions

View File

@@ -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

View File

@@ -0,0 +1,6 @@
---
category: Bugfix
authors: [MatthiasBenaets]
---
Limit custom css textarea to resize vertically