mirror of
https://github.com/sparrowwallet/sparrow.git
synced 2024-11-04 21:36:45 +00:00
avoid ellipsis on unit dropdown
This commit is contained in:
parent
2cf653702c
commit
4a030e9b6e
1 changed files with 2 additions and 2 deletions
|
@ -35,8 +35,8 @@
|
|||
}
|
||||
|
||||
.amount-unit {
|
||||
-fx-min-width: 75px;
|
||||
-fx-max-width: 75px;
|
||||
-fx-min-width: 76px;
|
||||
-fx-max-width: 76px;
|
||||
}
|
||||
|
||||
#feeRatesChart {
|
||||
|
|
Loading…
Reference in a new issue