CIForms examples / styles.css

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

From Wikisphere
Jump to navigation Jump to search
Created page with " .form-limesurvey { width: auto !important; }"
 
No edit summary
Line 1: Line 1:


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

Revision as of 09:37, 24 July 2022

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