Skip to content

Commit

Permalink
🐛 - fix: fixed padding of icon
Browse files Browse the repository at this point in the history
  • Loading branch information
Xaohs committed Oct 10, 2024
1 parent 7e38ab8 commit 4a93590
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/form/formcontrol/formcontrol.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
.mykn-input,
.mykn-select {
width: 100%;
}

.mykn-stackctx:has(.mykn-icon) .mykn-input,
.mykn-stackctx:has(.mykn-icon) .mykn-select {
padding-right: 30px;
}

Expand Down

0 comments on commit 4a93590

Please sign in to comment.