Github user robertkowalski commented on a diff in the pull request:
https://github.com/apache/couchdb-fauxton/pull/103#discussion_r19043921
--- Diff: app/addons/documents/templates/query_options_main_fields.html ---
@@ -21,7 +21,7 @@
<div class="errors-container"></div>
-<div class="controls-group">
+<div class="controls-group qoMainFieldsRow">
--- End diff --
we usually write classes all downcase and with a `-` if we want to delimit
them. if the class is needed for js, we prefix them with `js-`, like
`js-my-class`
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---