From 4a030e9b6e011b9701e14f9abb5f76db8a37f413 Mon Sep 17 00:00:00 2001 From: Craig Raw Date: Tue, 20 Oct 2020 11:45:58 +0200 Subject: [PATCH] avoid ellipsis on unit dropdown --- src/main/resources/com/sparrowwallet/sparrow/wallet/send.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/com/sparrowwallet/sparrow/wallet/send.css b/src/main/resources/com/sparrowwallet/sparrow/wallet/send.css index 0d545d40..a71ea99e 100644 --- a/src/main/resources/com/sparrowwallet/sparrow/wallet/send.css +++ b/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 {