diff --git a/less/responsive-767px-max.less b/less/responsive-767px-max.less index 79c7eaa82b..6e42610475 100644 --- a/less/responsive-767px-max.less +++ b/less/responsive-767px-max.less @@ -70,6 +70,9 @@ width: 100%; .box-sizing(border-box); } + .row-fluid [class*="offset"]:first-child { + margin-left: 0; + } // FORM FIELDS // -----------