Skip to content

Commit

Permalink
fix(color-picker): reduce horizontal padding of inputs, so value is a…
Browse files Browse the repository at this point in the history
…lmost never clipped
  • Loading branch information
joneff committed Jun 2, 2022
1 parent c9efbf7 commit 40997af
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/default/scss/colorgradient/_layout.scss
Expand Up @@ -136,6 +136,9 @@
}

.k-input-inner {
padding-inline-start: 2px;
padding-inline-end: 2px;
text-align: center;
text-overflow: clip;
}
}
Expand Down

0 comments on commit 40997af

Please sign in to comment.