kbrown01
(Kbrown01)
May 8, 2025, 7:52pm
864
Solved (well not really) by reading this.
opened 10:06PM - 30 Apr 25 UTC
bug
### Description
As seen in the image below. My tabs have now grown so large the… y take up the whole screen. I have tried clearing cache etc but seems to be a bug with the latest beta.

### Environment
```Markdown
- OS: Windows/Android App
- Browser: Firefox
- Home Assistant Version: Home Assistant 2025.5.0b0
- Tabbed Card Version: 0.4.0 alpha 2
```
### Reproducible configuration
```YAML
type: custom:tabbed-card
styles:
"--mdc-theme-primary": rgb(var(--my-blue))
"--mdc-tab-text-label-color-default": rgb(var(--my-grey))
tabs:
- card:
square: false
type: grid
columns: 4
cards:
- type: custom:button-card
template: button_single
name: mail
entity: sensor.mail_usps_mail
- type: custom:button-card
template: button_single
name: delivering
entity: sensor.mail_usps_delivering
- type: custom:button-card
template: button_single
name: delivered
entity: sensor.mail_usps_delivered
- type: custom:button-card
template: button_single
name: images
entity: camera.mail_usps_camera
attributes:
stacked: true
label: USPS
icon: si:usps
- card:
square: false
type: grid
columns: 3
cards:
- type: custom:button-card
template: button_single
name: hub
entity: sensor.mail_amazon_hub_packages
- type: custom:button-card
template: button_single
name: delivered
entity: sensor.mail_amazon_packages_delivered
- type: custom:button-card
template: button_single
name: images
entity: camera.mail_amazon_delivery_camera
attributes:
stacked: true
label: Amazon
icon: si:amazon
- card:
square: false
type: grid
columns: 3
cards:
- type: custom:button-card
template: button_single
name: delivering
entity: sensor.mail_ups_delivering
- type: custom:button-card
template: button_single
name: delivered
entity: sensor.mail_ups_delivered
attributes:
stacked: true
label: UPS
icon: si:ups
- card:
square: false
type: grid
columns: 3
cards:
- type: custom:button-card
template: button_single
name: delivering
entity: sensor.mail_fedex_delivering
- type: custom:button-card
template: button_single
name: delivered
entity: sensor.mail_fedex_delivered
attributes:
stacked: true
icon: si:fedex
label: FedEx
```
### Additional context
_No response_
I downgraded back to 2025.4.4
This is (another) custom card broken and/or custom integation I have on my do not touch list. I like the tabs alot, but maybe it is time to find something else.
I posted this to Git for this card:
I just did this process also. The tabs broke everywhere — browser, app.
Downgraded back to 2025.4.4 and it is back.
Some timeframe for planning is needed.
100s of users use this set of things for Sports Standings …
Solved (well not really) by reading this.
I downgraded back to 2025.4.4
This is (another) custom card broken and/or custom integation I have on my do not touch list. I like the tabs alot, but maybe it is time to find something else.
I posted this to Git for this card:
I just did this process also. The tabs broke everywhere — browser, app.
Downgraded back to 2025.4.4 and it is back.
Some timeframe for planning is needed.
100s of users use this set of things for Sports Standings …
https:…
They are all broke and downgrading if they wish.
If the timing is not quick, we need to find an alternative.