Skip to content

Commit

Permalink
Merge pull request #20416 from colemanw/afformTabFix
Browse files Browse the repository at this point in the history
Afform GUI - Fix tab breakage in Shoreditch theme
  • Loading branch information
seamuslee001 authored May 27, 2021
2 parents 7227f44 + 8b25d56 commit 0964308
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions ext/afform/admin/ang/afGuiEditor.css
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,15 @@
}
#afGuiEditor .panel-heading {
height: 44px;
padding: 10px;
padding: 5px 10px 10px 10px;
border-bottom: 1px solid #ddd;
}
#afGuiEditor .panel-heading ul.nav-tabs {
border-bottom: 0 none;
padding: 0!important;
}
#afGuiEditor .panel-heading ul.nav-tabs li {
top: 1px;
top: 6px;
}
#afGuiEditor .panel-heading ul.nav-tabs li.fluid-width-tab {
white-space: nowrap;
Expand All @@ -67,6 +69,7 @@
height: calc(100% - 44px);
overflow-y: scroll;
overflow-x: hidden;
border-top: none!important;
}

#afGuiEditor .af-gui-columns {
Expand Down

0 comments on commit 0964308

Please sign in to comment.