Set display inlineblock

this change may cause styling regressions. kind of a bold change
This commit is contained in:
Tessa Kelly 2020-09-28 12:00:49 -07:00
parent f0ad0a419e
commit 8144767005

View File

@ -480,6 +480,7 @@ buttonOrLinkStyles config =
]
-- Sizing
, Css.display Css.inlineBlock
, Css.boxSizing Css.contentBox
, Css.width config.width
, Css.height config.height