Merge pull request #1834 from marshmalien/fix/1323-ctit-dialog-position

Fix position of CTiT logger test dialog
This commit is contained in:
Marliana Lara 2018-05-17 16:52:52 -04:00 committed by GitHub
commit f6eeecf6d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 4 deletions

View File

@ -179,7 +179,8 @@ input#filePickerText {
}
.LogAggregator-failedNotification{
max-width: 300px;
max-width: 500px;
word-break: break-word;
}
hr {

View File

@ -35,11 +35,14 @@
}
.ng-toast {
left: 0;
.alert {
margin: 0;
}
.alert span:first-of-type {
margin-right: 10px;
position: relative;
text-align: left;
width: 100%;
word-wrap: break-word;
}
.close {