mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-17 21:20: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%;
|
||||
flex-grow: 1;
|
||||
text-align: left;
|
||||
float: left;
|
||||
}
|
||||
|
||||
a,
|
||||
|
||||
Reference in New Issue
Block a user