Skip to content

Commit

Permalink
Fix border radius for Chrome-autofilled text input
Browse files Browse the repository at this point in the history
Fixes #4767
  • Loading branch information
distantnative committed Oct 10, 2022
1 parent ec171a0 commit 81ffc88
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions panel/src/components/Forms/Input.vue
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,7 @@ export default {
.k-input[data-theme="field"] .k-text-input {
padding: var(--field-input-padding);
line-height: var(--field-input-line-height);
border-radius: var(--rounded);
}
.k-input[data-theme="field"] .k-date-input .k-select-input,
Expand Down

0 comments on commit 81ffc88

Please sign in to comment.