layout: no left/right margin for tabs

refs #11143
This commit is contained in:
Thomas Gelf 2016-02-20 15:12:40 +01:00
parent 9ef78e6856
commit f9a10bc345

View File

@ -101,6 +101,11 @@
margin-left: @gutter !important; margin-left: @gutter !important;
margin-right: @gutter !important; margin-right: @gutter !important;
} }
> ul {
margin-left: 0 !important;
margin-right: 0 !important;
}
} }
// 1em gutter of containers is maintained by padding of content and margin of every element in controls. We're not // 1em gutter of containers is maintained by padding of content and margin of every element in controls. We're not