Skip to content

Commit

Permalink
lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ValJed committed Jan 21, 2025
1 parent 642d53a commit 7cdd27b
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -108,14 +108,16 @@ export default {
.apos-range__value-input {
display: inline-flex;
box-sizing: border-box;
align-items: center;
padding: 5px 0 5px 5px;
border-radius: 5px;
// TODO: Restaure when it becomes an input
/* TODO: Restaure when it becomes an input */
/* border: 1px solid var(--a-base-8); */
min-width: 40px;
min-height: 25px;
box-sizing: border-box;
}
.apos-range__clear {
Expand Down

0 comments on commit 7cdd27b

Please sign in to comment.