mirror of
https://github.com/ansible/awx.git
synced 2026-02-23 05:55:59 -03:30
Fix position of CTiT logger test dialog
This commit is contained in:
@@ -179,7 +179,8 @@ input#filePickerText {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.LogAggregator-failedNotification{
|
.LogAggregator-failedNotification{
|
||||||
max-width: 300px;
|
max-width: 500px;
|
||||||
|
word-break: break-word;
|
||||||
}
|
}
|
||||||
|
|
||||||
hr {
|
hr {
|
||||||
|
|||||||
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user