home-assistant / frontend

:lollipop: Frontend for Home Assistant
https://demo.home-assistant.io
Other
3.8k stars 2.6k forks source link

Calendar Card is larger than max rows (and columns) #21284

Open PhilippeP62 opened 2 days ago

PhilippeP62 commented 2 days ago

Checklist

Describe the issue you are experiencing

Even when setting rows to max , the calendar still overflow to the next rows

Screenshot_20240704_130135_Home_Assistant

Describe the behavior you expected

No overflow

Steps to reproduce the issue

  1. Use a calendar Card
  2. Set max rows and colulns
  3. Enjoy ...

What version of Home Assistant Core has the issue?

2027.7.0

What was the last working version of Home Assistant Core?

No response

In which browser are you experiencing the issue with?

Ha app

Which operating system are you using to run this browser?

Android

State of relevant entities

No response

Problem-relevant frontend configuration

No response

Javascript errors shown in your browser console/inspector

No response

Additional information

No response

piitaya commented 2 days ago

Hi 👋 Some cards are optimized yet for grid and needs a redesign. For now, you can set the value to a bigger number using YAML (grid_rows under the layout_options property)

PhilippeP62 commented 2 days ago

It works (and needs 8 rows)