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 content in the button will cause it to break: the icon and the :after layer are pushed down and start halfway the button, while the content is beneath the :before layer.
Possible solutions might be the use of overflow: hidden, position: absolute (instead of position: relative on the :before and :after layer) and text-indent: -9999px
The text was updated successfully, but these errors were encountered:
Adding content in the button will cause it to break: the icon and the
:after
layer are pushed down and start halfway the button, while the content is beneath the:before
layer.Possible solutions might be the use of
overflow: hidden
,position: absolute
(instead ofposition: relative
on the:before
and:after
layer) andtext-indent: -9999px
The text was updated successfully, but these errors were encountered: