Skip to content

Commit

Permalink
add gap padding
Browse files Browse the repository at this point in the history
  • Loading branch information
OskiTheCoder committed Dec 21, 2024
1 parent b71f686 commit 1f97f16
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions easy-ui-react/src/ForgeLayout/ForgeLayoutControls.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
.breadcrumbNavigationContainer {
border: design-token("shape.border_width.1") solid
theme-token("color.neutral.300");
padding-right: design-token("space.3");
margin-right: design-token("space.3");
display: inline-flex;
z-index: 1;
}
Expand Down Expand Up @@ -71,5 +71,5 @@
.searchContainer {
width: 100%;
max-width: 715px;
padding-right: design-token("space.3");
margin-right: design-token("space.3");
}
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@

border-bottom: 2px solid transparent;
z-index: design-token("z-index.nav");
gap: design-token("space.1");
}

.headerBg {
Expand Down

0 comments on commit 1f97f16

Please sign in to comment.