Fix layout issue if app domain is too long

This commit is contained in:
Johannes Zellner
2019-09-21 11:02:00 +02:00
parent 6c90fc2764
commit 0b6f68e190
2 changed files with 35 additions and 11 deletions
+22
View File
@@ -470,6 +470,28 @@ multiselect {
text-decoration: none;
}
}
.app-header-container {
display: flex;
flex-direction: row;
margin-bottom: 10px;
justify-content: space-between;
h1 {
margin-right: 10px;
line-height: 0.7;
font-size: 30px;
}
div {
text-align: right;
padding-top: 10px;
a {
margin-top: 10px;
}
}
}
}
.task-indicator {