Have made the buttons always left aligned with the editing section, seems better since it's consistent on all screens and less right hand motion to click a button
This commit is contained in:
@@ -160,7 +160,7 @@
|
||||
}
|
||||
|
||||
.umb-tab-buttons{
|
||||
padding-left: 240px;
|
||||
padding-left: 0px;
|
||||
}
|
||||
|
||||
@media (min-width: 1101px) {
|
||||
@@ -169,13 +169,6 @@
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 767px) {
|
||||
.umb-tab-buttons{
|
||||
padding-left:0px;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
.umb-tab-pane{padding-bottom: 90px}
|
||||
|
||||
.tab-content{overflow: visible; }
|
||||
|
||||
Reference in New Issue
Block a user