From 1374a127adb2032562f6543f0b5cfa7f2ffeb2bc Mon Sep 17 00:00:00 2001 From: David Ho Date: Sun, 20 Nov 2022 01:22:51 +0800 Subject: [PATCH 1/2] Add padding right in full width side panel --- war/src/main/less/base/layout-commons.less | 1 + 1 file changed, 1 insertion(+) diff --git a/war/src/main/less/base/layout-commons.less b/war/src/main/less/base/layout-commons.less index 3f14cff424d7..c66ae2a732d3 100644 --- a/war/src/main/less/base/layout-commons.less +++ b/war/src/main/less/base/layout-commons.less @@ -124,6 +124,7 @@ body.full-screen #main-panel { body.two-column #side-panel { width: 100%; padding-bottom: 20px; + padding-right: 20px; border-right: none; } From ab9fba6b73b063897ca7c9c4784fd0bfcc95a618 Mon Sep 17 00:00:00 2001 From: David Ho Date: Sun, 20 Nov 2022 01:50:30 +0800 Subject: [PATCH 2/2] Update layout-commons.less --- war/src/main/less/base/layout-commons.less | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/war/src/main/less/base/layout-commons.less b/war/src/main/less/base/layout-commons.less index c66ae2a732d3..5f7c15dfd3ab 100644 --- a/war/src/main/less/base/layout-commons.less +++ b/war/src/main/less/base/layout-commons.less @@ -124,10 +124,13 @@ body.full-screen #main-panel { body.two-column #side-panel { width: 100%; padding-bottom: 20px; - padding-right: 20px; border-right: none; } + body.two-column #tasks { + margin-right: 20px; + } + body.two-column #main-panel { margin-left: 0; width: 100%;