kobotoolbox / enketo-express

We've moved! Please use the new repository 🠊 https://github.com/enketo/enketo-express
Apache License 2.0
102 stars 90 forks source link

ODK note response appears in all caps #1078

Closed wsteven-son closed 6 years ago

wsteven-son commented 6 years ago

When I upload my survey to ODK aggregate and view it on Enketo, the "note" label (our introductory paragraph) is in all caps. This is not how the format is when I create the xml file

MartijnR commented 6 years ago

Yes, this was a design decision in the Grid theme to ensure a consistent look.

However, it can be circumvented by adding no-text-transform to the style value (in the settings sheet). Multiple values in this field are supported with a space separation so "theme-grid no-text-transform" or "no-text-transform theme-grid" will work. Let us know if that doesn't work properly.