utchoang commented on a change in pull request #5526:
URL: https://github.com/apache/cloudstack/pull/5526#discussion_r718184183



##########
File path: ui/src/views/AutogenView.vue
##########
@@ -1524,13 +1527,18 @@ export default {
       } else {
         callback()
       }
+    },
+    setModalWidthByScreen () {
+      const screenWidth = window.innerWidth
+      if (screenWidth <= 768) {
+        this.modalWidth = '450px'

Review comment:
       No, currently I only hard fix the width for ipad, tablet screens and 
below. Do you feel it is ok or do you need to follow the percentage of the 
screen?




-- 
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]


Reply via email to