mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-02 14:57:37 +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:
@@ -256,6 +256,7 @@ fieldset.submit-buttons input {
|
|||||||
min-width: 100%;
|
min-width: 100%;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
font-size: 1.2em;
|
font-size: 1.2em;
|
||||||
|
resize: vertical;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Emoticons panel */
|
/* Emoticons panel */
|
||||||
|
Reference in New Issue
Block a user