mirror of
https://github.com/ansible/awx.git
synced 2026-01-15 03:40:42 -03:30
Merge pull request #1834 from marshmalien/fix/1323-ctit-dialog-position
Fix position of CTiT logger test dialog
This commit is contained in:
commit
f6eeecf6d1
@ -179,7 +179,8 @@ input#filePickerText {
|
||||
}
|
||||
|
||||
.LogAggregator-failedNotification{
|
||||
max-width: 300px;
|
||||
max-width: 500px;
|
||||
word-break: break-word;
|
||||
}
|
||||
|
||||
hr {
|
||||
|
||||
@ -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 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user