Skip to content

Commit

Permalink
right align number inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
aswallace committed Dec 6, 2024
1 parent 91b74bd commit 5d3e047
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,13 @@
font-size: var(--s-paragraph-size);
width: 100%;
min-width: fit-content;
text-align: right;
}

.input-field > input::placeholder {
color: var(--secondary-text-color) !important;
font-style: italic;
text-align: left;
}

.input-field:active > input,
Expand Down

0 comments on commit 5d3e047

Please sign in to comment.