move box-sizing to both textarea AND input
This commit is contained in:
parent
d49352be88
commit
6c4b6ef1b3
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue
Block a user