Skip to content

Commit

Permalink
change(report-links): turn links into inline-flex so that download li…
Browse files Browse the repository at this point in the history
…nks align with link text
  • Loading branch information
ichim-david committed Dec 16, 2024
1 parent deebd4f commit fbbea31
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions theme/themes/eea/extras/contextNavigation.less
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,12 @@
.list {
padding-inline-start: 1.5rem;
}

.list-link {
display: inline-flex;
align-items: center;
gap: 0.15rem;
}
.list-item {
padding: 0.25rem 0;
}
Expand Down

0 comments on commit fbbea31

Please sign in to comment.