uvdesk / core-framework

UVDesk Community Helpdesk Core Framework Bundle providing the core essential functionalities and integration tools to easily integrate any other community helpdesk packages.
https://www.uvdesk.com
MIT License
60 stars 50 forks source link

member panel is not responsive #621

Closed ahmetelmas closed 1 year ago

ahmetelmas commented 1 year ago

Member panel is not shown responsive because of viewport initial-scale setting is missing.

you could add this code between header tags of layout.html.twig file.

<meta name="viewport" content="width=device-width, initial-scale=1">

komal-sh-27 commented 1 year ago

@ahmetelmas

Thanks for the reporting, we will add this line in the next release.

komal-sh-27 commented 1 year ago

We have added this line in the uvdesk latest release v-1.1.3. So we are closing this issue.