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
2 changed files with 6 additions and 4 deletions

View File

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

View File

@@ -35,11 +35,12 @@
} }
.ng-toast { .ng-toast {
left: 0;
.alert { .alert {
margin: 0; margin: 0;
} position: relative;
.alert span:first-of-type { text-align: left;
margin-right: 10px;
} }
.close { .close {