Test case: https://flexbug.connorbrewster.repl.co/ In Firefox the loading icon on the button is layed out right on the edge of the button, whereas in Chrome and Safari the loading indicator has some spacing from the left edge of the button. The issue seem to disappear if `text-transform: uppercase;` is removed from the label span.
Bug 1736125 Comment 0 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
Test case: https://flexbug.connorbrewster.repl.co/ In Firefox the loading icon on the button is layed out right on the edge of the button, whereas in Chrome and Safari the loading indicator has some spacing from the left edge of the button. The issue seem to go away if `text-transform: uppercase;` is removed from the first-letter psuedo element of the label.
Test case: https://flexbug.connorbrewster.repl.co/ In Firefox the loading icon on the button is layed out right on the edge of the button, whereas in Chrome and Safari the loading indicator has some spacing from the left edge of the button. The issue seem to go away if `text-transform: uppercase;` is removed from the first-letter psuedo element of the "Working" span.