Fix layout issue if app domain is too long
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user