wekan/client
Maxime Quandalle dd08485b36 Fix the layout on IE11
The new user interface uses the flexbox box model has it's primary way
to organize the layout. Unfortunately IE have a non-negligible amount
of subtitle and tricky bugs with its flexbox implementation.

This one was about a `flex-grow: 1` element not growing in a container
which size is defined with `min-height`. See the bug in Microsoft bug
tracker for more details:

  https://connect.microsoft.com/IE/feedback/details/802625/

Fixes #225
2015-08-27 00:36:33 +02:00
..
components Fix the layout on IE11 2015-08-27 00:36:33 +02:00
config Fix EscapeActions click in handling 2015-08-25 23:40:57 +02:00
lib Implement board archive and restoration 2015-08-26 19:59:44 +02:00