contao / website

Issue tracker for contao.org
2 stars 0 forks source link

Versions on release plan not visible #135

Closed Aybee closed 4 years ago

Aybee commented 4 years ago

On the release plan you can not see the versions on smartphone. https://contao.org/de/release-plan.html Screenshot_2020-08-21-14-55-30-441_org.mozilla.firefox.jpg

leofeyer commented 4 years ago

If you reload the page, the table should adjust its width. Other than that, there is not much we can do about it, because the release plan uses the Google Charts Library and we have no influence on how it is rendered.

Aybee commented 3 years ago

Maybe you can load the chart again on window resize

chart.draw(dataTable, options);

And maybe you also can change "Contao 4.4" to "4.4" for small viewport width. Put "Contao " into a variable. Then on load check the viewport width and if its below 550px empty this variable.