wekan/client/components
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
..
activities Fix the board component data loading 2015-08-23 11:11:08 +02:00
boards Implement board archive and restoration 2015-08-26 19:59:44 +02:00
cards Fix EscapeActions click in handling 2015-08-25 23:40:57 +02:00
forms Upgrade meteor to 1.2-rc.4 and package versions 2015-08-25 18:08:04 +02:00
lists Implement a modal system 2015-08-26 16:49:41 +02:00
main Fix the layout on IE11 2015-08-27 00:36:33 +02:00
mixins Switch the font to roboto 2015-08-20 15:59:00 +02:00
sidebar Close the Popup when all escape actions are executed 2015-08-23 11:12:04 +02:00
users Start the migration from iron-router to flow-router 2015-08-23 11:11:03 +02:00