CIForms examples / styles.css

Template:CIForms examples/styles.css: Difference between revisions

From Wikisphere
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:


.ci_form.form-limesurvey {
.ci_form.form-limesurvey {
  width: auto !important;
  max-width: none !important;
}
}

Revision as of 10:54, 24 July 2022

.ci_form.form-limesurvey {
 max-width: none !important;
}