avoid ellipsis on unit dropdown

This commit is contained in:
Craig Raw 2020-10-20 11:45:58 +02:00
parent 2cf653702c
commit 4a030e9b6e

View file

@ -35,8 +35,8 @@
}
.amount-unit {
-fx-min-width: 75px;
-fx-max-width: 75px;
-fx-min-width: 76px;
-fx-max-width: 76px;
}
#feeRatesChart {