Code: Select all
animate, compare, composite, conjure, convert, display, identify, import, mogrify, montage, stream
The fix is to modify the CSS
https://www.imagemagick.org/css/magick.php
Code: Select all
@media (min-width: 768px)
.dl-horizontal dt {
float: left;
width: 160px;
overflow: hidden;
clear: left;
text-align: right;
text-overflow: ellipsis;
white-space: nowrap;
}
Mobile is not affected.