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:
Chris Meyers 2017-01-12 16:27:23 -05:00
parent 4f168e0989
commit a9926a6451
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>