mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-18 07:07:35 +01:00
- Added Flex property to force right behaviour
This commit is contained in:
@@ -144,6 +144,14 @@
|
|||||||
&.has-notes {
|
&.has-notes {
|
||||||
padding-bottom: 4px;
|
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 {
|
.task-clickable-area {
|
||||||
|
|||||||
Reference in New Issue
Block a user