We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There are a few places where Shoreditch will capitalize text using CSS.
Example from the Administer > Customize Data and Screens > Custom Fields:
$ grep -r capitalize scss/ scss/bootstrap/overrides/style/_tables.scss: text-transform: capitalize; scss/bootstrap/overrides/style/_pagination.scss: text-transform: capitalize; scss/civicrm/campaign/pages/_campaign.scss: text-transform: capitalize; scss/civicrm/campaign/pages/_survey.scss: text-transform: capitalize; scss/civicrm/administer/contribute/_contribute.scss: text-transform: capitalize; scss/civicrm/dashboard/pages/_view-dashboard.scss: text-transform: capitalize; scss/civicrm/contact/pages/_change-log.scss: text-transform: capitalize; scss/civicrm/contact/pages/_contact-discount.scss: text-transform: capitalize; scss/civicrm/contact/pages/_manage-groups.scss: text-transform: capitalize; scss/civicrm/contact/pages/_contributions.scss: text-transform: capitalize; scss/civicrm/contact/pages/_new-activity.scss: text-transform: capitalize; scss/civicrm/contact/_detail.scss: text-transform: capitalize; scss/civicrm/contact/_detail.scss: text-transform: capitalize; scss/civicrm/common/_tables.scss: text-transform: capitalize; scss/civicrm/common/_base.scss: text-transform: capitalize; scss/civicrm/common/_base.scss: text-transform: capitalize; scss/civicrm/common/_pager.scss: text-transform: capitalize !important; scss/civicrm/mixins/_expandable-table.scss: text-transform: capitalize; scss/civicrm/mixins/_expandable-table.scss: text-transform: capitalize;
Happy to send a PR, but curious what your thoughts are.
The text was updated successfully, but these errors were encountered:
ping @jamienovick
Sorry, something went wrong.
Issue civicrm#456: do not capitalize text (breaks French)
f0b3e19
No branches or pull requests
There are a few places where Shoreditch will capitalize text using CSS.
Example from the Administer > Customize Data and Screens > Custom Fields:
Happy to send a PR, but curious what your thoughts are.
The text was updated successfully, but these errors were encountered: