Skip to content

Commit

Permalink
chore (breadcrumb): breadcrumb design
Browse files Browse the repository at this point in the history
  • Loading branch information
mickael-kerjean committed Mar 11, 2024
1 parent 0326a67 commit ff4bbdc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion public/assets/components/breadcrumb.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
margin: 0;
width: 100%;
box-sizing: border-box;
padding: 2px 0;
}
.component_breadcrumb .breadcrumb .ul > span {
display: block;
Expand All @@ -35,7 +36,7 @@
}
.component_breadcrumb .component_path-element .label {
color: rgba(0, 0, 0, 0.75);
padding: 4px 5px;
padding: 2px 5px;
}
.component_breadcrumb .component_path-element .label span { display: inline-block; }
.component_breadcrumb .component_path-element a.label {
Expand Down

0 comments on commit ff4bbdc

Please sign in to comment.