fix(breadcrumb): correct positioning of breadcrumb

This commit is contained in:
Benedikt Rötsch
2017-10-06 16:35:24 +02:00
committed by Benedikt Rötsch
parent 7e49f18db1
commit 1ca400234e
13 changed files with 76 additions and 30 deletions

View File

@@ -26,6 +26,7 @@ body {
flex: 1 0 auto;
display: flex;
align-items: stretch;
flex-direction: column;
}
@element footer {
flex: 0 0 auto;