Reviewed: https://reviews.mahara.org/10324 Committed: https://git.mahara.org/mahara/mahara/commit/e3a53e16702b0eb671888d981c04010d5e9fdeb6 Submitter: Robert Lyon ([email protected]) Branch: master
commit e3a53e16702b0eb671888d981c04010d5e9fdeb6 Author: Evonne <[email protected]> Date: Tue Sep 10 13:15:41 2019 +1200 Bug 1834973 IE11 side panels are at bottom of page An issue with flex on IE11 where flex item has a max-width, the fix sets the min-size in flex-basis to 0% instead of 25% so that it grows to fit. behatnotneeded Change-Id: I719acbc6db578444d0621cb4f660cb2226d8960b -- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. Matching subscriptions: Subscription for all Mahara Contributors -- please ask on #mahara-dev or mahara.org forum before editing or unsubscribing it! https://bugs.launchpad.net/bugs/1834973 Title: IE11 sidepanels are at the bottom of the page Status in Mahara: Fix Committed Status in Mahara 19.04 series: Fix Committed Status in Mahara 19.10 series: Fix Committed Bug description: The bootstrap columns are used to display content side by side. However, on IE11, they dont work with the sidepanels. To replicate: 1. On IE11, log into a mahara site 2. Observe the panels on the dashboard Expected result: Side panels should be on the right hand side Actual result: Side panels are at the bottom of the page To manage notifications about this bug go to: https://bugs.launchpad.net/mahara/+bug/1834973/+subscriptions _______________________________________________ Mailing list: https://launchpad.net/~mahara-contributors Post to : [email protected] Unsubscribe : https://launchpad.net/~mahara-contributors More help : https://help.launchpad.net/ListHelp

