I used flex to display 2 div, and I use column-gap to give the gap between 2 div. column-gap is not working with safari 537 browser. Is there any global solution for entire application.
I tried with @support but it's not global solution. With this @support and margin I can achieve the solution. But it's very difficult to manage the entire application.