mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 18:09:57 -03:30
fix overflow on error modal for all things
related to #4508 * Removed one-off fix for callback url long host config key
This commit is contained in:
parent
4f168e0989
commit
a9926a6451
@ -1677,6 +1677,7 @@ tr td button i {
|
||||
}
|
||||
|
||||
.modal-body {
|
||||
.break;
|
||||
padding: 20px 14px 7px 14px;
|
||||
min-height: 120px;
|
||||
}
|
||||
|
||||
@ -294,7 +294,7 @@
|
||||
${data.related.callback}
|
||||
</strong>
|
||||
</p>
|
||||
<p class="break">The host configuration key is:
|
||||
<p>The host configuration key is:
|
||||
<strong>
|
||||
${$filter('sanitize')(data.host_config_key)}
|
||||
</strong>
|
||||
|
||||
@ -430,7 +430,7 @@ export default
|
||||
${data.related.callback}
|
||||
</strong>
|
||||
</p>
|
||||
<p class="break">The host configuration key is:
|
||||
<p>The host configuration key is:
|
||||
<strong>
|
||||
${$filter('sanitize')(data.host_config_key)}
|
||||
</strong>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user