diff --git a/platypush/backend/http/webapp/src/components/panels/Entities/EntityIcon.vue b/platypush/backend/http/webapp/src/components/panels/Entities/EntityIcon.vue index ceb461e91..2186b0c40 100644 --- a/platypush/backend/http/webapp/src/components/panels/Entities/EntityIcon.vue +++ b/platypush/backend/http/webapp/src/components/panels/Entities/EntityIcon.vue @@ -58,7 +58,7 @@ export default { .loading { position: absolute; bottom: 0; - transform: translate(50%, -50%); + transform: translate(0%, -50%); width: 1em; height: 1em; } diff --git a/platypush/backend/http/webapp/src/components/panels/Entities/common.scss b/platypush/backend/http/webapp/src/components/panels/Entities/common.scss index 4729060e2..289b1ec85 100644 --- a/platypush/backend/http/webapp/src/components/panels/Entities/common.scss +++ b/platypush/backend/http/webapp/src/components/panels/Entities/common.scss @@ -6,6 +6,9 @@ flex-direction: column; .head { + height: 100%; + display: flex; + align-items: center; padding: 0.75em 0.25em; .label {