From: friendica Date: Sun, 1 Apr 2012 10:37:41 +0000 (-0700) Subject: qcomment overflow X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=bc283f7c5df4b848a6a96db07450af011f03c515;p=friendica.git qcomment overflow --- diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css index 23db84c2c8..1f897f3b05 100755 --- a/view/theme/duepuntozero/style.css +++ b/view/theme/duepuntozero/style.css @@ -2989,6 +2989,14 @@ div.jGrowl div.info { padding: 3px; margin-top: 15px; margin-left: 25px; + width: 125px; + overflow-y: auto; +} + + +.qcomment option { + width: 125px; + overflow-x: hidden; } .qcomment {