diff options
author | m4xcube <maxcube@gmx.net> | 2015-04-04 23:59:48 +0200 |
---|---|---|
committer | m4xcube <maxcube@gmx.net> | 2015-04-04 23:59:48 +0200 |
commit | 84c01924ab40afb591c19d2bd29cd1f15209e46e (patch) | |
tree | aaa59d3f179b789374ecc5c49234158785959b2f | |
parent | Allways show Package Size (diff) | |
download | pyload-84c01924ab40afb591c19d2bd29cd1f15209e46e.tar.xz |
Revert "Word Break"
This reverts commit 8a5d15799505340d80754dc1b9638a8244705087.
-rw-r--r-- | module/web/templates/default/queue.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/web/templates/default/queue.html b/module/web/templates/default/queue.html index 9aa864381..28386354c 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 word-wrap: break-word;">{{package.name }}</em></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="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> |