views/system/messages: dynamic resizing of variables window in message write view

This commit is contained in:
alex
2020-03-13 19:27:31 +01:00
parent b40feaf71e
commit 4ac4abf907
@@ -89,7 +89,7 @@
array(
'name' => 'variables[]',
'id' => 'variables',
'size' => 27,
'size' => count($variables),
'multiple' => true
)
);