diff --git a/platypush/backend/http/webapp/src/components/panels/Entities/Dimmer.vue b/platypush/backend/http/webapp/src/components/panels/Entities/Dimmer.vue index 2a77229c..ef80863a 100644 --- a/platypush/backend/http/webapp/src/components/panels/Entities/Dimmer.vue +++ b/platypush/backend/http/webapp/src/components/panels/Entities/Dimmer.vue @@ -115,6 +115,8 @@ export default { .body { .row { display: flex; + align-items: center; + padding: 0.5em; .icon { width: 2em; diff --git a/platypush/backend/http/webapp/src/components/panels/Entities/Light.vue b/platypush/backend/http/webapp/src/components/panels/Entities/Light.vue index b15cfb8f..3d33deea 100644 --- a/platypush/backend/http/webapp/src/components/panels/Entities/Light.vue +++ b/platypush/backend/http/webapp/src/components/panels/Entities/Light.vue @@ -210,9 +210,12 @@ export default { .body { .row { display: flex; + align-items: center; + padding: 0.5em; .icon { width: 2em; + margin-left: -0.5em; text-align: center; }