IE 11 task wrapping issue (#9754) (#10409)

- Added Flex property to force right behaviour
This commit is contained in:
Sergey
2018-06-01 11:12:47 +03:00
committed by Matteo Pagliazzi
parent 48e51a03d4
commit 308cd49e9c

View File

@@ -144,6 +144,14 @@
&.has-notes {
padding-bottom: 4px;
}
/**
* Fix flex-wrapping for IE 11
* https://github.com/HabitRPG/habitica/issues/9754
*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
flex: 1;
}
}
.task-clickable-area {