Fix position of CTiT logger test dialog

This commit is contained in:
Marliana Lara 2018-05-17 12:24:57 -04:00
parent 1d9fb53879
commit b4bee93b35
No known key found for this signature in database
GPG Key ID: 38C73B40DFA809EE
2 changed files with 6 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,12 @@
}
.ng-toast {
left: 0;
.alert {
margin: 0;
}
.alert span:first-of-type {
margin-right: 10px;
position: relative;
text-align: left;
}
.close {