Fix tabs inside blueprint overlapping above content (#1115)

When adding a tabs fields with tab, margin-top: -2rem causes the new tabs to overlap with content above.

![css](https://cloud.githubusercontent.com/assets/12809352/25991216/d0a8618a-3702-11e7-93bf-b51f095d11cd.png)
This commit is contained in:
paulmassen
2017-05-12 13:23:02 +02:00
committed by Flavio Copes
parent f6c1150cb5
commit 52c144556f

View File

@@ -3,9 +3,10 @@ $tab-label-height:3.5em;
// New JS powered tabs
.form-tabs {
.admin-pages & {
.admin-pages &:first-child {
margin-top: -2rem;
}
.admin-pages &{
.tabs-nav {
margin-right: 264px;