Skip to content

Commit

Permalink
fix(ui): fix breadcrumbs position in safari
Browse files Browse the repository at this point in the history
  • Loading branch information
marcantondahmen committed Aug 7, 2021
1 parent 8b53a82 commit 0ed10e2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions automad/ui/less/subnav.less
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,13 @@
align-items: center;
position: relative;
margin: 0 - (@subnav-pill-padding-horizontal + @subnav-margin-horizontal);
min-height: 2.14rem;

& > li {
display: flex;
align-items: center;
margin: 0;
}

&.am-breadcrumbs {
min-width: 20.36rem;
Expand Down

0 comments on commit 0ed10e2

Please sign in to comment.