We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 834db66 commit cff02a5Copy full SHA for cff02a5
scss/_form.scss
@@ -157,10 +157,10 @@ textarea {
157
}
158
159
.item-select.item-stacked-label select {
160
- position: relative;
161
- padding: 0px;
162
- max-width: 90%;
163
- direction:ltr;
+ position: relative;
+ padding: 0px;
+ max-width: 90%;
+ direction:ltr;
164
white-space: pre-wrap;
165
margin: -3px;
166
@@ -224,6 +224,8 @@ input[type="color"] {
224
input[type="week"] {
225
padding-top: 8px;
226
227
+}
228
+.platform-ios {
229
textarea {
230
text-indent: -3px;
231
0 commit comments