diff --git a/platypush/backend/http/webapp/src/components/panels/Entities/BluetoothDevice.vue b/platypush/backend/http/webapp/src/components/panels/Entities/BluetoothDevice.vue index 89d746fb7..4db3687d7 100644 --- a/platypush/backend/http/webapp/src/components/panels/Entities/BluetoothDevice.vue +++ b/platypush/backend/http/webapp/src/components/panels/Entities/BluetoothDevice.vue @@ -1,24 +1,24 @@ @@ -61,13 +61,10 @@ export default { display: flex; justify-content: center; - .icon { - margin-right: 1em; - } - - .connector { - width: 4em; - margin: 0.25em 0 -0.25em 0.5em; + .value-container { + &:not(.with-children) { + margin-right: 2.5em; + } } } 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 7f6208eac..16cc74377 100644 --- a/platypush/backend/http/webapp/src/components/panels/Entities/common.scss +++ b/platypush/backend/http/webapp/src/components/panels/Entities/common.scss @@ -12,6 +12,7 @@ $collapse-toggler-width: 2em; width: 100%; display: flex; flex-direction: column; + justify-content: center; &.expanded { @include expanded-entity();