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
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 {