Skip to content

Commit

Permalink
fix: Breadcrumbs display in toolbar (#2700)
Browse files Browse the repository at this point in the history
Co-authored-by: Francesco Longo <[email protected]>
  • Loading branch information
fralongo and Francesco Longo authored Sep 13, 2024
1 parent 3b871f2 commit 2a83d43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app-layout/visual-refresh-toolbar/toolbar/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
display: grid;
column-gap: awsui.$space-static-xs;
inline-size: 100%;
grid-template-columns: min-content auto minmax(140px, 1fr);
grid-template-columns: min-content minmax(0, 3fr) minmax(140px, 1fr);
grid-template-rows: 1fr;

> .universal-toolbar-nav {
Expand Down

0 comments on commit 2a83d43

Please sign in to comment.