Browse Source

avoid ellipsis on unit dropdown

bwt
Craig Raw 4 years ago
parent
commit
4a030e9b6e
  1. 4
      src/main/resources/com/sparrowwallet/sparrow/wallet/send.css

4
src/main/resources/com/sparrowwallet/sparrow/wallet/send.css

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

Loading…
Cancel
Save