Skip to content

Commit

Permalink
remove cruft; rebase fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
drammock committed Jun 5, 2024
1 parent 2bd07bc commit 8879dbb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ ul.bd-breadcrumbs {
li.breadcrumb-item {
display: flex;
align-items: center;
white-space: nowrap;
flex-shrink: 0;

&.active {
flex-shrink: 1;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
.header-article__inner {
// display: flex;
padding: 0 0.5rem;

// The items define the height so that it disappears if there are no items
Expand All @@ -10,7 +9,6 @@

.header-article-items__start,
.header-article-items__end {
// display: flex;
align-items: start;
gap: 0.5rem;
}
Expand Down

0 comments on commit 8879dbb

Please sign in to comment.