From d7ffc7b865337d9128b898ce8cad17ff242f793d Mon Sep 17 00:00:00 2001 From: Robert Kaiser Date: Fri, 12 Sep 2014 04:27:46 +0200 Subject: [PATCH] make sure the text field for the upload name doesn't overflow the screen --- style/lantea.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/style/lantea.css b/style/lantea.css index c3233cf..6fa7aa0 100644 --- a/style/lantea.css +++ b/style/lantea.css @@ -164,6 +164,10 @@ h1 { opacity: .66; } +#uploadDesc { + max-width: 95%; +} + @media screen and (max-width: 500px) { body { font-size: 10px; -- 2.35.3