mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-23 18:11:47 +02:00
[ticket/13684] Prevent horizontal resize of attach comment textarea
PHPBB3-13684
This commit is contained in:
@@ -15,6 +15,11 @@
|
||||
width: 30%;
|
||||
}
|
||||
|
||||
.attach-comment .inputbox {
|
||||
resize: vertical;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.attach-filesize {
|
||||
width: 15%;
|
||||
}
|
||||
|
Reference in New Issue
Block a user