From ba837c53ac2920fdff4af1ab3f6616ac5759d06f Mon Sep 17 00:00:00 2001 From: Saivann Date: Wed, 2 Sep 2015 11:13:23 -0400 Subject: [PATCH] Prevent contributors' list to overflow outside of the page --- _less/screen.less | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/_less/screen.less b/_less/screen.less index c48282de..9ac5c494 100644 --- a/_less/screen.less +++ b/_less/screen.less @@ -1358,6 +1358,11 @@ button.active { text-align:left; font-size:80%; } + +.one-column .contributors { + width: 660px; +} + .contributors img{ width:16px; height:16px;