From 4d9bca3553cfde8b1023902ed99ce22613949ff2 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Tue, 21 Feb 2017 22:06:12 -0800 Subject: [PATCH] Avoid facebook widget making the page too wide --- sass/custom/_paulus.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/sass/custom/_paulus.scss b/sass/custom/_paulus.scss index b89b6026c6d..9fa3577d78f 100644 --- a/sass/custom/_paulus.scss +++ b/sass/custom/_paulus.scss @@ -468,3 +468,8 @@ twitterwidget { .text-center { text-align: center; } + +.aside-module { + max-width: 100%; + overflow: hidden; +}