Fix styling of project search bar

This commit is contained in:
Antonio Scandurra 2022-04-01 09:40:49 +02:00
parent 903810f22e
commit 9f939bd007
4 changed files with 18 additions and 8 deletions

View file

@ -77,6 +77,8 @@ impl View for Breadcrumbs {
}))
.contained()
.with_style(theme.breadcrumbs.container)
.aligned()
.left()
.boxed()
}
}