You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to size the PacmanLoader using CSS units of em. When I do this, I observe the spinner has no height because font-size is set to 0. This is coming from
I am planning on using cssOverride, but it would be nice if the library automatically detected the em units and didn't set font-size of 0 in that case.
This is the CSS that I observe on the span that contains the spinner
I also haven't checked if other loaders suffer from the same issue.
The text was updated successfully, but these errors were encountered:
Package Version
0.13.8
I'm trying to size the PacmanLoader using CSS units of em. When I do this, I observe the spinner has no height because font-size is set to 0. This is coming from
I am planning on using cssOverride, but it would be nice if the library automatically detected the
em
units and didn't set font-size of 0 in that case.This is the CSS that I observe on the span that contains the spinner
I also haven't checked if other loaders suffer from the same issue.
The text was updated successfully, but these errors were encountered: