Skip to content
Snippets Groups Projects
Commit 717a44f1 authored by Marin Treselj's avatar Marin Treselj
Browse files

Make sure this still works in other apps.

parent f53db38c
No related branches found
No related tags found
No related merge requests found
......@@ -137,18 +137,18 @@
vertical-align: middle;
}
.header-left,
.header-right {
#header-left, .header-left,
#header-right, .header-right {
display: inline-flex;
align-items: center;
}
.header-left {
#header-left, .header-left {
flex: 0 0;
flex-grow: 1;
}
.header-right {
#header-right, .header-right {
justify-content: flex-end;
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment