Skip to content

Commit

Permalink
Site Breadcrumbs: Update size of overflow gradient
Browse files Browse the repository at this point in the history
  • Loading branch information
ryelle committed Feb 8, 2024
1 parent c10e4d2 commit 0997624
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mu-plugins/blocks/site-breadcrumbs/postcss/style.pcss
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
content: "";
position: absolute;
inset: 0 0 0 auto;
width: 1em;
width: 60px;
background-image: linear-gradient(to left, #ffff, #fff0);
}

Expand All @@ -19,7 +19,7 @@
&::after {
content: "";
display: inline-block;
width: 1em;
width: 60px;
}
}

Expand Down

0 comments on commit 0997624

Please sign in to comment.