diff --git a/platypush/backend/http/webapp/src/components/elements/DropdownItem.vue b/platypush/backend/http/webapp/src/components/elements/DropdownItem.vue index c3c44dd4f..691b15a3f 100644 --- a/platypush/backend/http/webapp/src/components/elements/DropdownItem.vue +++ b/platypush/backend/http/webapp/src/components/elements/DropdownItem.vue @@ -81,7 +81,7 @@ export default { align-items: center; } - ::v-deep(.icon-container) { + :deep(.icon-container) { width: 2em; display: inline-flex; align-items: center; 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 e8db9f465..048f0c975 100644 --- a/platypush/backend/http/webapp/src/components/panels/Entities/Index.vue +++ b/platypush/backend/http/webapp/src/components/panels/Entities/Index.vue @@ -43,13 +43,18 @@ - + + + + + + -
+
@@ -76,6 +81,8 @@