richardvenneman / trestle-mobility

🌐 Mobility integration plugin for the Trestle admin framework
MIT License
9 stars 5 forks source link

Trestle 0.9.0 is braking the function #4

Closed McRipper closed 4 years ago

McRipper commented 4 years ago

With the new version the HTML is not showing correctly, the new Bootstrap 4 don't implement the class "hidden", in the meantime it's enough to add:

.hidden { display: none; }

Screenshot 2019-11-08 at 14 28 41

richardvenneman commented 4 years ago

Hi @McRipper thanks for the report!

I started working on support for Trestle 0.9.0 today and refactored a little bit in the process. I just pushed version 1.3.0 with support for both Trestle 0.8.3 as well as 0.9.0 and newer.