mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-09 17:45:32 -04:00
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:
@@ -6,6 +6,7 @@
|
|||||||
width: 25%;
|
width: 25%;
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
|
float: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
a,
|
a,
|
||||||
|
|||||||
Reference in New Issue
Block a user