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
The medication svg has height and width attributes set that are scaling down the image slightly. This is why the 10px type is illegible. As an experiment, set the height to 100% in the dev tools window:
the height="6em" is fixing the height of the div in which the svg lives, which is too short for the size of the svg declared in its creation. I don't know what role the viewport plays here.
The medication svg has height and width attributes set that are scaling down the image slightly. This is why the 10px type is illegible. As an experiment, set the height to 100% in the dev tools window:
The sizing is fixed, but the location needs fixing.
The text was updated successfully, but these errors were encountered: