Closed matejdro closed 3 years ago
I have installed new version of the Layout card. My goal is to replicate this setup from old layout card where every column was exactly 300 px wide:
type: 'custom:layout-card' layout: horizontal column_width: 300px
From what I see, this should work with the new layout card:
type: 'custom:horizontal-layout' layout: width: 300 max_width: 300
However, max_width does not appear to work. Card will generate 3 very wide columns (around 450px each):
I have installed new version of the Layout card. My goal is to replicate this setup from old layout card where every column was exactly 300 px wide:
From what I see, this should work with the new layout card:
However, max_width does not appear to work. Card will generate 3 very wide columns (around 450px each):