Make sure comment text boxes stay within their surrounding box.
}
.comment-edit-text-empty {
- width: 672px; /*80%*/
+ width: 98%;
+ max-width: 672px;
height: 20px;
color: #babdb6;
transition: all 0.5s ease-in-out;
}
.comment-edit-text-full {
- width: 670px;
+ width: 98%;
+ max-width: 672px;
height: 6em;
transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
}
.comment-edit-submit-wrapper {
- width: 670px;
+ width: 98%;
+ max-width: 672px;
margin-left: 20px;
text-align: left;
}