Fixed comment textarea on narrow screens
This commit is contained in:
parent
1375818d94
commit
a6a7aedea2
1 changed files with 1 additions and 0 deletions
|
@ -9,4 +9,5 @@ form.edit-comment textarea,
|
||||||
form.add-comment textarea {
|
form.add-comment textarea {
|
||||||
width: 50em;
|
width: 50em;
|
||||||
height: 8em;
|
height: 8em;
|
||||||
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue