Commit f23a0ab6 authored by Clement Ho's avatar Clement Ho

Fix filtered search input width for IE

parent 18188a53
......@@ -82,7 +82,7 @@
.input-token:last-child {
flex: 1;
-webkit-flex: 1;
max-width: initial;
max-width: inherit;
}
}
......
---
title: Fix filtered search input width for IE
merge_request:
author:
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment