MDL-48206 block_comments: textarea width 100%
This commit is contained in:
@@ -590,6 +590,11 @@ table.mod_index {
|
||||
.comment-area textarea {
|
||||
width: 100%;
|
||||
overflow: auto;
|
||||
&.fullwidth {
|
||||
-webkit-box-sizing: border-box;
|
||||
-moz-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
}
|
||||
.comment-area .fd {
|
||||
text-align: right;
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user