diff options
-rw-r--r-- | module/web/templates/default/queue.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/module/web/templates/default/queue.html b/module/web/templates/default/queue.html index 62d0be777..6d71fb6e9 100644 --- a/module/web/templates/default/queue.html +++ b/module/web/templates/default/queue.html @@ -38,7 +38,7 @@ document.addEvent("domready", function(){ <div class="packagename" style="float:left; width: 50%; cursor: pointer"> <span class="glyphicon glyphicon-folder-close"></span> - <span class="name" style="font-size: 16px; font-weight: bold;"><em class="package_drag" style="font-style:normal">{{package.name }}</em></span> + <span class="name" style="font-size: 16px; font-weight: bold;"><em class="package_drag" style="font-style:normal word-wrap: break-word;">{{package.name }}</em></span> <span class="buttons" style="opacity:0"> <span class="glyphicon glyphicon-trash" title="{{_("Delete Package")}}" style="cursor: pointer" width="12px" height="12px" src="/media/default/img/delete.png" /></span> @@ -106,4 +106,4 @@ document.addEvent("domready", function(){ </form> </div> -{% endblock %}
\ No newline at end of file +{% endblock %} |