From b1a7a7d91535d15739198176c68f7dddbb0f3a26 Mon Sep 17 00:00:00 2001 From: Fabio Manganiello Date: Sun, 27 Nov 2022 12:56:39 +0100 Subject: [PATCH] Fixed little overlap between the entities' header and the navigator --- .../http/webapp/src/components/panels/Entities/Index.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/platypush/backend/http/webapp/src/components/panels/Entities/Index.vue b/platypush/backend/http/webapp/src/components/panels/Entities/Index.vue index e09c9b1d..3befe987 100644 --- a/platypush/backend/http/webapp/src/components/panels/Entities/Index.vue +++ b/platypush/backend/http/webapp/src/components/panels/Entities/Index.vue @@ -339,10 +339,11 @@ export default { } header { - width: 100%; + width: calc(100% - 2px); height: $selector-height; display: flex; background: $default-bg-2; + margin-left: 2px; box-shadow: $border-shadow-bottom; position: relative; z-index: 1;