Commit 0b2d23d4 authored by Mark Otto's avatar Mark Otto

add larger .input-* to block reset for responsive <767

parent 28c4ed82
......@@ -165,6 +165,9 @@
width: auto;
margin-left: 0;
}
.input-large,
.input-xlarge,
.input-xxlarge,
input[class*="span"],
select[class*="span"],
textarea[class*="span"],
......
......@@ -128,6 +128,9 @@
// FORM FIELDS
// -----------
// Make span* classes full width
.input-large,
.input-xlarge,
.input-xxlarge,
input[class*="span"],
select[class*="span"],
textarea[class*="span"],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment