From 9681908a34d1565a70e4d07d392a1928686868fc Mon Sep 17 00:00:00 2001 From: juanf <juanf@bsse-bs-dock-5-229.ethz.ch> Date: Thu, 1 Nov 2018 13:41:52 +0100 Subject: [PATCH] SSDM-7228 : Tablet resolution now set up to 1024px screens. --- .../1/as/webapps/eln-lims/html/js/controllers/LayoutManager.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openbis_standard_technologies/dist/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/controllers/LayoutManager.js b/openbis_standard_technologies/dist/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/controllers/LayoutManager.js index c3922e869f3..e21e31151dc 100644 --- a/openbis_standard_technologies/dist/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/controllers/LayoutManager.js +++ b/openbis_standard_technologies/dist/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/controllers/LayoutManager.js @@ -3,7 +3,7 @@ var LayoutManager = { FOUND_SIZE : undefined, - DESKTOP_SIZE : 992, + DESKTOP_SIZE : 1024, TABLET_SIZE : 768, MOBILE_SIZE : 0, MIN_HEADER_HEIGHT : 120, -- GitLab