Skip to content

Commit 677c56a

Browse files
committed
fix: styles for input[number] and select
1 parent b8afcab commit 677c56a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/style.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@ section {
413413

414414

415415
.advSettings .settings_section input[type=number], .advSettings .settings_section input[type=text] {
416-
width: 50px;
416+
width: 40px;
417417
}
418418

419419
.advSettings .settings_section input[name=mammothTraderName] {
@@ -441,7 +441,7 @@ section {
441441
}
442442

443443
.advSettings .settings select {
444-
width: 127px;
444+
width: 107px;
445445
}
446446

447447
.thresholdRange {

0 commit comments

Comments
 (0)