Fix folder navigation in IE 10

IE10 doesn’t support flexbox. We can work around this using floats.

I think the flexbox will override it, so will be ignored by newer
browsers.
This commit is contained in:
Chris Hill-Scott
2018-11-13 14:01:19 +00:00
parent e0ecc95ac6
commit a82ce7de1f

View File

@@ -6,6 +6,7 @@
width: 25%;
flex-grow: 1;
text-align: left;
float: left;
}
a,