Merge pull request #19174 from woocommerce/fix/19152
Leave line height alone for inputs
This commit is contained in:
commit
6e13ac7dc2
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -1300,7 +1300,7 @@ p.demo_store,
|
|||
width: 100%;
|
||||
margin: 0;
|
||||
outline: 0;
|
||||
line-height: 1;
|
||||
line-height: normal;
|
||||
}
|
||||
|
||||
textarea {
|
||||
|
@ -1819,13 +1819,11 @@ button.pswp__button--zoom:hover {
|
|||
padding: 6px 6px 5px;
|
||||
margin: 0 4px 0 0;
|
||||
outline: 0;
|
||||
line-height: 1;
|
||||
}
|
||||
|
||||
input {
|
||||
margin: 0;
|
||||
vertical-align: middle;
|
||||
line-height: 1;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue