From 3c36e81502962e669a595443585e69a8799c097a Mon Sep 17 00:00:00 2001 From: yuri Date: Mon, 16 Sep 2019 10:34:39 +0300 Subject: [PATCH 1/2] add ouath-callback to build --- Gruntfile.js | 1 + 1 file changed, 1 insertion(+) diff --git a/Gruntfile.js b/Gruntfile.js index 557272ad5a..df1f2bc169 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -190,6 +190,7 @@ module.exports = function (grunt) { 'extension.php', 'websocket.php', 'command.php', + 'oauth-callback.php', 'index.php', 'LICENSE.txt', '.htaccess', From 2187073e2b7620a4482aec3942e98cb2c331614c Mon Sep 17 00:00:00 2001 From: yuri Date: Mon, 16 Sep 2019 10:45:54 +0300 Subject: [PATCH 2/2] css fix side navbar tab --- frontend/less/espo-vertical/layout.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/less/espo-vertical/layout.less b/frontend/less/espo-vertical/layout.less index 6c1cc7214e..b4f4abf8ec 100644 --- a/frontend/less/espo-vertical/layout.less +++ b/frontend/less/espo-vertical/layout.less @@ -233,7 +233,7 @@ ul.tabs { > li > a > span.full-label { - display: inline; + display: inline-block; } }