Browse Source

Publication: Account for multiple arrays of checkboxes, don't allow select forms to break out of the container. See #2

Caroline Moore 7 years ago
parent
commit
76b795c6b1
1 changed files with 2 additions and 0 deletions
  1. 2 0
      publication/style.css

+ 2 - 0
publication/style.css

@@ -2230,6 +2230,7 @@ p > .wp-audio-shortcode {
 .site-content .contact-form label span {
 	color: #ef7d0b;
 }
+.site-content .contact-form label.checkbox-multiple,
 .site-content .contact-form label.checkbox,
 .site-content .contact-form label.radio {
 	color: #222;
@@ -2248,6 +2249,7 @@ p > .wp-audio-shortcode {
 }
 .site-content .contact-form select {
 	margin-bottom: 0;
+	max-width: 100%;
 }
 
 /*--------------------------------------------------------------