From 66b76024eda85e23e68beae936da824012c20d77 Mon Sep 17 00:00:00 2001 From: SansPseudoFix Date: Sat, 22 Nov 2014 15:01:20 +0100 Subject: [PATCH] Issue #5251: fix hidden overflow modified: app/assets/stylesheets/getting-started.css.scss modified: app/assets/stylesheets/getting-started.css.scss --- app/assets/stylesheets/getting-started.css.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/assets/stylesheets/getting-started.css.scss b/app/assets/stylesheets/getting-started.css.scss index d5817f94c..17cb06388 100644 --- a/app/assets/stylesheets/getting-started.css.scss +++ b/app/assets/stylesheets/getting-started.css.scss @@ -4,6 +4,10 @@ height: 50px; } + .well .media{ + overflow: visible; + } + .awesome { text-align: center;