diff --git a/static/less/file.less b/static/less/file.less index d39c7947b4..4665028797 100644 --- a/static/less/file.less +++ b/static/less/file.less @@ -213,7 +213,7 @@ ul.files { } .jp-audio { - width: 280px !important; + width: auto !important; margin-left: 0 !important; } @@ -242,7 +242,7 @@ ul.files { .jp-audio .jp-toggles { left: 210px !important; top: 45px !important; - width: 199px !important; + width: auto !important; } .jp-playlist ul { diff --git a/static/less/stream.less b/static/less/stream.less index 2f8d69cc08..dcd17259f9 100644 --- a/static/less/stream.less +++ b/static/less/stream.less @@ -63,6 +63,7 @@ // Wall-Entries .wall-entry { position: relative; + overflow:hidden; .panel .panel-body { padding: @wallEntryInnerPadding;