From ff66ec2416fb944ee8ae49e060446cdd246ef006 Mon Sep 17 00:00:00 2001 From: Marcin Kurczewski Date: Mon, 3 Nov 2014 12:17:54 +0100 Subject: [PATCH] Added wrapping of too long URLs in post upload --- public_html/css/post-upload.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public_html/css/post-upload.css b/public_html/css/post-upload.css index fe03607e..9563a315 100644 --- a/public_html/css/post-upload.css +++ b/public_html/css/post-upload.css @@ -129,6 +129,10 @@ margin: 0 auto 1em auto; } +#post-upload-step2 .file-name .form-input { + word-break: break-all; +} + #post-upload-step2,