move box-sizing to both textarea AND input
This commit is contained in:
@@ -50,6 +50,9 @@ table {
|
||||
textarea {
|
||||
resize: vertical;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
textarea, input {
|
||||
-webkit-box-sizing: border-box;
|
||||
-moz-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
|
||||
Reference in New Issue
Block a user