fix chat's textarea height to match button

main
psychobunny 10 years ago
parent 199e3556cb
commit 66556d2603

@ -142,6 +142,10 @@
}
}
.chat-input {
height: 42px;
}
.user-typing {
color: @gray-light;
margin: 1.428rem 0;

Loading…
Cancel
Save