Skip to content
This repository has been archived by the owner on Oct 16, 2023. It is now read-only.

Commit

Permalink
Fix: Set consistent border below tab group (#102)
Browse files Browse the repository at this point in the history
* fix: Move border to tabs group

Co-authored-by: Jon Waldstein <[email protected]>
  • Loading branch information
kjohnson and jonwaldstein authored Dec 23, 2022
1 parent 54fc247 commit 8279f9d
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions packages/form-builder/src/App.scss
Original file line number Diff line number Diff line change
Expand Up @@ -347,3 +347,17 @@ svg {
}

/** ------------------------------- */

/*
Add border bottom to tabs, while removing body top border.
This creates a consistent separator between the tabs and the rest of the sidebar.
*/
.components-tab-panel__tabs {
border-bottom: 1px solid #e0e0e0;
}

.components-panel__body {
border-top: none;
}

/** ------------------------------- */

0 comments on commit 8279f9d

Please sign in to comment.