mirror of
https://github.com/ansible/awx.git
synced 2026-01-15 20:00:43 -03:30
Merge pull request #4703 from chrismeyersfsu/4508
fix overflow on error modal for all things
This commit is contained in:
commit
d071b64f12
@ -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