From c43858e0795bb85528ee7dbd57ee0a595797e878 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xavier=20Juli=C3=A1n?= Date: Wed, 27 May 2015 15:17:51 +0200 Subject: [PATCH] Remove flex-basis caused by bug on FF --- app/modules/profile/profile.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/app/modules/profile/profile.scss b/app/modules/profile/profile.scss index 04029023..0625bb67 100644 --- a/app/modules/profile/profile.scss +++ b/app/modules/profile/profile.scss @@ -12,7 +12,6 @@ } .timeline-wrapper { background: lighten($whitish, 10%); - flex-basis: 768px; margin-right: 3.5rem; > div { opacity: 1;