From b40dde0196587076d2495223c6cc4e48d5f9a107 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EF=BC=A8=EF=BD=8F=EF=BD=8E=EF=BD=87=EF=BD=81=EF=BD=92?= =?UTF-8?q?=EF=BD=83?= Date: Sun, 2 Dec 2018 13:30:35 +0700 Subject: [PATCH] Avoid display 900px in small screen --- src/style/main.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/style/main.css b/src/style/main.css index f166455e..93c884c3 100644 --- a/src/style/main.css +++ b/src/style/main.css @@ -826,6 +826,7 @@ div.modalView.box.inFront.show { .modalView .terminal-window-holder { border-radius: 5px; max-width: 900px; + width: 90%; } .modalView .terminal-window {