forked from leftypol/leftypol
Merge pull request #133 from JasonPuglisi/horizontal-quick-reply-resize
Made quick-reply box resizable horizontally
This commit is contained in:
commit
cdac85bb2b
1 changed files with 2 additions and 1 deletions
|
@ -83,11 +83,12 @@
|
|||
}\
|
||||
#quick-reply textarea {\
|
||||
width: 100%;\
|
||||
min-width: 100%;\
|
||||
box-sizing: border-box;\
|
||||
-webkit-box-sizing:border-box;\
|
||||
-moz-box-sizing: border-box;\
|
||||
font-size: 10pt;\
|
||||
resize: vertical;\
|
||||
resize: vertical horizontal;\
|
||||
}\
|
||||
#quick-reply input, #quick-reply select, #quick-reply textarea {\
|
||||
margin: 0 0 1px 0;\
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue