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:
Tammie Lister 2014-05-28 17:48:20 +01:00
commit cbe996bfb9
1 changed files with 1 additions and 1 deletions

View File

@ -337,7 +337,7 @@ textarea {
overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
padding-left: 3px;
vertical-align: top; /* Improves readability and alignment in all browsers */
width: 98%;
width: 100%;
}
/*--------------------------------------------------------------