Spaces between oh-grid-col

Hey guys,

When I use the oh-grid-cols in openHAB 3 main ui, I have always space between the widgets.


(between the left and right widget in the second row).

I have defined the following sizes:

          - component: oh-grid-col
            config:
              width: "100"
              small: "100"
              medium: "50"
              large: "33"
              xlarge: "33"
              xsmall: "100"

If I change the large and xlarge to 25% for example, it is the same result:

Any ideas how to fix this problem?

Thank you :slight_smile:

I fixed the problem using an empty widget:

uid: empty_widget
tags:
  - Leeres Widget
props:
  parameterGroups: []
timestamp: Oct 20, 2021, 7:15:18 PM
component: f7-card

Maybe there is a better solution? But I have no idea…