sebawagner commented on a change in pull request #162: URL: https://github.com/apache/openmeetings/pull/162#discussion_r725542475
########## File path: openmeetings-web/src/main/java/org/apache/openmeetings/web/pages/BasePage.html ########## @@ -22,6 +22,7 @@ <html xmlns:wicket="http://wicket.apache.org/dtds.data/wicket-9.xsd" wicket:id="html"> <head> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/> + <meta name="viewport" content="height=device-height, initial-scale=1, width=device-width, initial-scale=1" /> Review comment: Adjust viewport. I think Bootstrap needs this tag also. But this will adjust the viewport for mobile devices -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
