Skip to content

fix(widgets): remove padding on DeviceStatus and AttributeWriterDropDown widgets

Cammille Carinan requested to merge fix-widgets-remove-padding into develop

Description:

This MR aligns the layout of the DeviceStatus and AttributeWriterDropDown widgets with the rest of the (attribute) widgets.

Note: this is a remake of the !540 (closed). A new branch is needed due to the other branch containing invalid characters and being rejected by the CI pipeline.

Motivation:

This is to improve the appearance of the DeviceStatus and AttributeWriterDropDown widgets on a horizontal box.

Fixes:

#54 (closed)

Changes:

  • removal of padding on DeviceStatus and AttributeWriterDropDown
  • removal of flexbox alignment on AttributeWriterDropDown

Extra Details:

Before

chrome_PfhDqZPmhJ

JjUiv0OVzg

After

msedge_Kudnpt0Akb

CbwJ2s3eMA

Merge request reports