Issue with the bottom border looking out of place on the select editor screen fixed
This commit is contained in:
committed by
Sebastiaan Janssen
parent
9986c10cec
commit
7e16cf360a
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user