Style fixes for iOS.

This commit is contained in:
Matt Swensen 2019-03-25 06:33:56 -06:00
parent 7670b961dd
commit 305b67568b
No known key found for this signature in database
GPG Key ID: 3F9E482BFC526F35

@ -8,13 +8,14 @@
}
.label {
padding-bottom: calc(var(--size-small-6) + var(--size-small-7));
margin-right: var(--size-small-2);
}
.textInputWrapper {
flex-grow: 1;
display: flex;
align-items: baseline;
align-items: center;
}
.textInput {
@ -24,6 +25,7 @@
border: none;
border-bottom-width: var(--size-small-6);
border-bottom-style: solid;
border-radius: 0;
padding: var(--size-small-7) var(--size-small-6);
background: none;
height: var(--input-size);