Skip to content

Commit

Permalink
fix(Pager): HTML select value in the adaptive Pager has wrong vertica…
Browse files Browse the repository at this point in the history
…l alignment in Safari
  • Loading branch information
dimodi committed Nov 25, 2024
1 parent 3bdbfba commit 8db7334
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/default/scss/input/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@
padding-block: $kendo-input-padding-y;
padding-inline: $kendo-input-padding-x;
appearance: auto;
align-items: center;

&:disabled,
&[disabled] {
Expand Down
1 change: 1 addition & 0 deletions packages/fluent/scss/input/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@
padding-inline: var( --INTERNAL--kendo-input-padding-x, 0 );
padding-block: var( --INTERNAL--kendo-input-padding-y, 0 );
appearance: auto;
align-items: center;
}


Expand Down
1 change: 1 addition & 0 deletions packages/nouvelle/scss/input/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@
padding-block: var( --kendo-input-padding-y, 0 );
appearance: auto;
-webkit-appearance: none;
align-items: center;
}


Expand Down

0 comments on commit 8db7334

Please sign in to comment.