]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
remove some un-used grid class resets in input groups
authorMark Otto <markdotto@gmail.com>
Sun, 26 Apr 2015 07:18:13 +0000 (00:18 -0700)
committerMark Otto <markdotto@gmail.com>
Sun, 26 Apr 2015 07:18:13 +0000 (00:18 -0700)
scss/_input-group.scss

index 290c50c24f75560d5f004bc675990a95b9049055..46da71a9e9f1a87e89e496763e9911a841d07571 100644 (file)
   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.