Skip to content

Commit

Permalink
fix: styles for input[number] and select
Browse files Browse the repository at this point in the history
  • Loading branch information
jsbots committed Mar 31, 2024
1 parent b8afcab commit 677c56a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ section {


.advSettings .settings_section input[type=number], .advSettings .settings_section input[type=text] {
width: 50px;
width: 40px;
}

.advSettings .settings_section input[name=mammothTraderName] {
Expand Down Expand Up @@ -441,7 +441,7 @@ section {
}

.advSettings .settings select {
width: 127px;
width: 107px;
}

.thresholdRange {
Expand Down

0 comments on commit 677c56a

Please sign in to comment.