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
In #469 there was a fix to add the three dots in place of the "more" menu. But this seems to have a negative affect for the "Manage Contributions" page. There is an attribute to move the text out of the way, text-indent -500em, which causes the options for a contribution page to not have a label. This can be confusing to someone not familiar enough with the system to know what each menu item is for.
Before
After
The text was updated successfully, but these errors were encountered:
To temporarily fix this on my own civicrm instance (Joomla/civiCRM/Shoredtich 1.0.0-beta.9), I updated the css/custom-civicrm.css css from
text-indent: -500em
to
text-indent:-8em
beta
In #469 there was a fix to add the three dots in place of the "more" menu. But this seems to have a negative affect for the "Manage Contributions" page. There is an attribute to move the text out of the way, text-indent -500em, which causes the options for a contribution page to not have a label. This can be confusing to someone not familiar enough with the system to know what each menu item is for.
Before
After
The text was updated successfully, but these errors were encountered: