fix a recently introduced quick-reply max-width issue
This commit is contained in:
parent
f2e101f30d
commit
629b1c92a6
@ -102,6 +102,10 @@ input[type="text"], input[type="password"], textarea {
|
|||||||
max-width: 75%;
|
max-width: 75%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#quick-reply input[type="text"], input[type="password"], #quick-reply textarea {
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
form table tr td {
|
form table tr td {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user