Fixed comment textarea on narrow screens

This commit is contained in:
Marcin Kurczewski 2014-08-15 11:17:12 +02:00
parent 1375818d94
commit a6a7aedea2

View file

@ -9,4 +9,5 @@ form.edit-comment textarea,
form.add-comment textarea {
width: 50em;
height: 8em;
box-sizing: border-box;
}