diff options
author | m4xcube <m4xcube@users.noreply.github.com> | 2015-04-04 21:03:41 +0200 |
---|---|---|
committer | m4xcube <m4xcube@users.noreply.github.com> | 2015-04-04 21:03:41 +0200 |
commit | 8a5d15799505340d80754dc1b9638a8244705087 (patch) | |
tree | ff6ff87aa06c8a8b69790c4871474f4b56ca14f7 | |
parent | Scrollable Plugin-List (diff) | |
download | pyload-8a5d15799505340d80754dc1b9638a8244705087.tar.xz |
Word Break
Word break for to long Packagenames
-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 %} |