Skip to content

Commit

Permalink
Input Field Height (iPad) (#6935)
Browse files Browse the repository at this point in the history
* resolve #6912 Input Field Height (iPad)

* work for #6912 : update etalon

---------

Co-authored-by: OlgaLarina <olga.larina.dev@gmail.com>
  • Loading branch information
OlgaLarina and OlgaLarina committed Sep 11, 2023
1 parent 0762b69 commit 8f48ba0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/defaultV2-theme/blocks/sd-input.scss
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,15 @@ textarea {
width: calcSize(3);
}

.sd-input[type="time"],
.sd-input[type="date"],
.sd-input[type="datetime-local"],
.sd-input[type="week"],
.sd-input[type="month"],
.sd-input[type="tel"],
.sd-input[type="password"],
.sd-input[type="url"],
.sd-input[type="email"],
.sd-input[type="color"],
.sd-input[type="range"] {
box-sizing: content-box;
Expand Down
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 8f48ba0

Please sign in to comment.