Issue with the bottom border looking out of place on the select editor screen fixed

This commit is contained in:
Poornima Nayar
2018-10-08 23:32:35 +01:00
committed by Sebastiaan Janssen
parent 9986c10cec
commit 7e16cf360a

View File

@@ -1,15 +1,15 @@
.umb-nav-tabs {
position: absolute;
z-index: 999;
}
.umb-nav-tabs.-padding-left {
padding-left: 20px;
}
.umb-tab-content {
padding-top: 20px;
position: relative;
top: 22px;
border-top: 1px solid @purple-l3;
}
.umb-nav-tabs {
position: absolute;
z-index: 999;
}
.umb-nav-tabs.-padding-left {
padding-left: 20px;
}
.umb-tab-content {
padding-top: 20px;
position: relative;
top: 31px;
border-top: 1px solid @purple-l3;
}