We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f4acdc commit d8ffa06Copy full SHA for d8ffa06
ghcjs/miso-widgets/src/Functora/Miso/Types.hs
@@ -228,8 +228,7 @@ genericFieldViewer action value widget =
228
<> ( if not allowCopy
229
then mempty
230
else
231
- [ span_ mempty [text " "],
232
- IconButton.iconButton
+ [ IconButton.iconButton
233
( IconButton.config
234
& IconButton.setOnClick
235
( action $ Jsm.shareText input
@@ -238,10 +237,9 @@ genericFieldViewer action value widget =
238
237
[ Theme.primary,
239
style_
240
[ ("height", "auto"),
241
- ("width", "inherit"),
242
- ("padding", "inherit"),
243
- ("line-height", "inherit"),
244
- ("font-size", "85%")
+ ("padding-top", "inherit"),
+ ("padding-bottom", "inherit"),
+ ("vertical-align", "middle")
245
]
246
247
)
0 commit comments