From beabdc08090788602bb6d4f139b3c54f431d7a76 Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Thu, 31 Jul 2014 23:26:16 -0700 Subject: [PATCH] that max-height was way small for mobile --- app/assets/stylesheets/mobile/user.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/mobile/user.scss b/app/assets/stylesheets/mobile/user.scss index 5834401d7b5..bf52114d5a2 100644 --- a/app/assets/stylesheets/mobile/user.scss +++ b/app/assets/stylesheets/mobile/user.scss @@ -135,7 +135,7 @@ .primary { color: $secondary; text-shadow: rgba(0, 0, 0, 0.5) 0 1px 1px; - max-height: 300px; + max-height: 800px; overflow: auto; a[href] {