-
Notifications
You must be signed in to change notification settings - Fork 63
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
- Loading branch information
1 parent
3dd7741
commit 9306d19
Showing
3 changed files
with
16 additions
and
21 deletions.
There are no files selected for viewing
14 changes: 14 additions & 0 deletions
14
Breadcrumb/Breadcrumb/components/BreadcrumbComponent.styles.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
// This wrapperstyle is required, so that, | ||
// the breadcrumb don't shrink when its inside | ||
// flexbox, which happens in studio | ||
export const wrapperStyle = { | ||
bottom: 0, | ||
left: 0, | ||
right: 0, | ||
top: 0, | ||
overflowX: 'hidden', | ||
overflowY: 'hidden', | ||
position: 'absolute', | ||
width: '100%', | ||
height: '100%', | ||
} as React.CSSProperties; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.