From: Robert Kaiser Date: Fri, 12 Sep 2014 02:27:46 +0000 (+0200) Subject: make sure the text field for the upload name doesn't overflow the screen X-Git-Tag: producution~24 X-Git-Url: https://git-public.kairo.at/?p=lantea.git;a=commitdiff_plain;h=d7ffc7b865337d9128b898ce8cad17ff242f793d;hp=5dd2ab70fabaf7bf0f74d0975f7d9edce1f264d2 make sure the text field for the upload name doesn't overflow the screen --- 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;