Skip to content

Commit

Permalink
Give a tiny bit of breathing room to breadcrumb
Browse files Browse the repository at this point in the history
  • Loading branch information
timkelty committed Feb 12, 2024
1 parent 42c476d commit a49c90e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/web/assets/cp/dist/css/cp.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/web/assets/cp/dist/css/cp.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/web/assets/cp/src/css/_cp.scss
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@ li.crumb .btn.menubtn,
color: var(--light-text-color);

&:not(.current) {
@include padding-right(calc(var(--arrow-width) * 1rem / 16));
@include padding-right(calc(var(--arrow-width) * 1.1rem / 16));

&:before,
&:after {
Expand Down

0 comments on commit a49c90e

Please sign in to comment.