Tweak field input padding to match label position
This commit is contained in:
parent
1906cfd700
commit
352107352e
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ limitations under the License.
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
transition: border-color 0.25s;
|
transition: border-color 0.25s;
|
||||||
border: 1px solid $input-border-color;
|
border: 1px solid $input-border-color;
|
||||||
padding: 8px 10px;
|
padding: 8px 9px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_Field input:focus {
|
.mx_Field input:focus {
|
||||||
|
|
Loading…
Reference in a new issue