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
Adding the following CSS to the element (both when an a and button) looks to work, but I've not checked heavily (thus no PR as yet):
display: inline-flex;
align-items: center;
I applied this (in the devtools console) to the .internal-button class to preview if it was fixing the issue (without causing other breakages) and it seemed to (in particular paying attention to vertical alignment when an icon is included).
The text was updated successfully, but these errors were encountered:
Demonstrating through screenshot.
Adding the following CSS to the element (both when an
a
andbutton
) looks to work, but I've not checked heavily (thus no PR as yet):I applied this (in the devtools console) to the
.internal-button
class to preview if it was fixing the issue (without causing other breakages) and it seemed to (in particular paying attention to vertical alignment when an icon is included).The text was updated successfully, but these errors were encountered: