Keep input boxes from overflowing viewport
authorWilliam Theaker <williamtheaker@riseup.net>
Sun, 14 Sep 2014 20:47:13 +0000 (16:47 -0400)
committerWilliam Theaker <williamtheaker@riseup.net>
Sun, 14 Sep 2014 20:47:13 +0000 (16:47 -0400)
css/civicrm.css

index 3a89b1b5ef55fd830e6db82457eb2366b8b11bf7..121be14f4d557bb160e4e4de8ff76080b7b7ee2b 100644 (file)
@@ -4244,11 +4244,13 @@ span.crm-status-icon {
 
 #crm-container.crm-public input[type="text"],
 #crm-container.crm-public input[type="password"],
+#crm-container.crm-public input[type="email"],
 #crm-container.crm-public select {
   font-size: 15px;
   padding: 5px;
   border-radius: 3px;
   vertical-align: middle;
+  max-width: 100%;
 }
 
 #crm-container.crm-public .label {