Skip to content

Commit

Permalink
fix: breadcrumb top cut fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
matusmlichsk committed Nov 15, 2024
1 parent 4805996 commit fecc2d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Src/WitsmlExplorer.Frontend/components/Breadcrumbs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -409,6 +409,7 @@ const StyledBreadcrumbs = styled(EdsBreadcrumbs)<{ $isCompact: boolean }>`
li > span {
display: inline-flex;
line-height: 16px;
}
${({ $isCompact }) =>
Expand Down

0 comments on commit fecc2d5

Please sign in to comment.