mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-04-14 19:56:23 +00:00
- Added Flex property to force right behaviour
This commit is contained in:
parent
48e51a03d4
commit
308cd49e9c
1 changed files with 8 additions and 0 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue