Commit 28d88492 authored by Mark Otto's avatar Mark Otto

remove some un-used grid class resets in input groups

parent efd28a5e
......@@ -12,13 +12,6 @@
display: table;
border-collapse: separate; // prevent input groups from inheriting border styles from table cells when placed within a table
// Undo padding and float of grid classes
&[class*="col-"] {
float: none;
padding-right: 0;
padding-left: 0;
}
.form-control {
// Ensure that the input is always above the *appended* addon button for
// proper border colors.
......
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