mirror of https://github.com/zulip/zulip.git
Make the subject box even smaller, to encourage shorter subjects.
(imported from commit b01d23db926972fa1618ef830936d65806d6c18d)
This commit is contained in:
parent
53415e6986
commit
17842cebd7
|
@ -700,7 +700,7 @@ input.recipient_box {
|
||||||
width: 20%;
|
width: 20%;
|
||||||
}
|
}
|
||||||
#subject.recipient_box {
|
#subject.recipient_box {
|
||||||
width: 30%;
|
width: 15%;
|
||||||
}
|
}
|
||||||
#private_message_recipient.recipient_box {
|
#private_message_recipient.recipient_box {
|
||||||
width: 72%;
|
width: 72%;
|
||||||
|
|
Loading…
Reference in New Issue