6 lines
133 B
CSS
6 lines
133 B
CSS
/* Comment text area size to maximum */
|
|
.question-comment-view .comment-ctrl .comment-area {
|
|
max-width: none;
|
|
width: 100%;
|
|
}
|