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;