From 89f7dafc89dc4705f6c8f1787e157b67f92e77ae Mon Sep 17 00:00:00 2001 From: Noah Loomans Date: Wed, 7 Sep 2016 18:23:27 +0200 Subject: IE fix --- public/stylesheets/style.css | 1 + 1 file changed, 1 insertion(+) (limited to 'public/stylesheets/style.css') diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 2cc0176..f45cd48 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -73,6 +73,7 @@ li:hover { #schedule { flex-grow: 1; + width: 100%; /* IE fix */ border: 0; } -- cgit v1.1