1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[ticket/11111] Prosilver posting textarea may only be resized vertically

The resize element displays a mechanism for allowing the
user to resize the element. Setting this to vertical means it
may only be resized vertically.

PHPBB3-11111
This commit is contained in:
Matt Friedman
2014-03-13 12:47:28 -07:00
parent 8a61e4b4c0
commit 21bec33e0b

View File

@@ -256,6 +256,7 @@ fieldset.submit-buttons input {
min-width: 100%;
max-width: 100%;
font-size: 1.2em;
resize: vertical;
}
/* Emoticons panel */