Skip to content

Commit 4844d09

Browse files
committed
currency dialog fix
1 parent 279c680 commit 4844d09

File tree

1 file changed

+1
-3
lines changed
  • ghcjs/miso-functora/src/Functora/Miso/Widgets

1 file changed

+1
-3
lines changed

ghcjs/miso-functora/src/Functora/Miso/Widgets/Currency.hs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,9 +101,7 @@ selectCurrency
101101
& #optsPlaceholder
102102
.~ ("Search" :: Unicode)
103103
& #optsExtraAttributes
104-
.~ [ autofocus_ True,
105-
style_ [("flex-grow", "reset")]
106-
]
104+
.~ [autofocus_ True]
107105
)
108106
<> [div_ [style_ [("width", "100%")]] mempty]
109107
<> currencyListWidget opts args

0 commit comments

Comments
 (0)