From d59b481b5822d325b53153f29b2efdbcd932a5a3 Mon Sep 17 00:00:00 2001 From: Juanfran Date: Thu, 29 Jan 2015 14:04:27 +0100 Subject: [PATCH] fix project overflow --- app/styles/modules/home-projects-list.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/app/styles/modules/home-projects-list.scss b/app/styles/modules/home-projects-list.scss index c8ccc6ef..40962a31 100644 --- a/app/styles/modules/home-projects-list.scss +++ b/app/styles/modules/home-projects-list.scss @@ -75,6 +75,7 @@ height: 130px; margin-bottom: 1rem; margin-right: 1rem; + overflow: hidden; position: relative; transition: background-color .3s linear; width: 23.5%;