forked from mirror/_s
Merge pull request #501 from emiluzelac/patch-23
Increases text width to 100% which allows for box-sizing. I like this better and if someone wants to add a border or effect they can change the width.
This commit is contained in:
commit
cbe996bfb9
|
@ -337,7 +337,7 @@ textarea {
|
||||||
overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
|
overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
|
||||||
padding-left: 3px;
|
padding-left: 3px;
|
||||||
vertical-align: top; /* Improves readability and alignment in all browsers */
|
vertical-align: top; /* Improves readability and alignment in all browsers */
|
||||||
width: 98%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*--------------------------------------------------------------
|
/*--------------------------------------------------------------
|
||||||
|
|
Reference in New Issue