Merge pull request #4703 from chrismeyersfsu/4508

fix overflow on error modal for all things
This commit is contained in:
Chris Meyers 2017-01-13 08:52:55 -05:00 committed by GitHub
commit d071b64f12
3 changed files with 3 additions and 2 deletions

View File

@ -1677,6 +1677,7 @@ tr td button i {
}
.modal-body {
.break;
padding: 20px 14px 7px 14px;
min-height: 120px;
}

View File

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

View File

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