fix the comment box being too wide and looking off-kilter
Signed-off-by: Simon L'nu <simon.lnu@gmail.com>
This commit is contained in:
parent
8b13358ce3
commit
e84095182f
|
@ -1258,7 +1258,7 @@ section {
|
|||
}
|
||||
[class^="comment-edit-text"] {
|
||||
margin: 5px 0 10px 20px;
|
||||
width: 86.5%;
|
||||
width: 84.5%;
|
||||
}
|
||||
.comment-edit-text-empty {
|
||||
height: 20px;
|
||||
|
|
|
@ -1256,7 +1256,7 @@ section {
|
|||
}
|
||||
[class^="comment-edit-text"] {
|
||||
margin: 5px 0 10px 20px;
|
||||
width: 86.5%;
|
||||
width: 84.5%;
|
||||
}
|
||||
.comment-edit-text-empty {
|
||||
height: 20px;
|
||||
|
|
Loading…
Reference in a new issue