Clooos / Bubble-Card

Bubble Card is a minimalist card collection for Home Assistant with a nice pop-up touch.
MIT License
2k stars 57 forks source link

Entity name not displayed on Firefox #868

Open Krusenbaum opened 4 weeks ago

Krusenbaum commented 4 weeks ago

Describe the bug
Entity name not visible in Firefox (Chrome + Safari works).

To Reproduce
Steps to reproduce the behavior:

  1. Use the YAML code below
  2. Open dashboard in Firefox (latest stable build)

Expected behavior
The entity name "Scenes" should be visible and the sub-buttons should fit.

Screenshots
image

YAML

type: custom:bubble-card
card_type: button
card_layout: large
show_name: true
show_icon: false
scrolling_effect: false
name: Scenes
icon: mdi:lightbulb-group-outline
tap_action:
  action: none
sub_button:
  - entity: scene.illuminate
    tap_action:
      action: toggle
    name: Illuminate
    show_attribute: false
  - entity: scene.afternoon
    tap_action:
      action: toggle
    name: Afternoon
  - entity: scene.evening
    tap_action:
      action: toggle
    name: Evening
  - entity: scene.late_night
    tap_action:
      action: toggle
    name: Late Night
  - entity: scene.night
    tap_action:
      action: toggle
    name: Night
  - entity: scene.away
    tap_action:
      action: toggle
    name: Away
entity: scene.away
button_type: name

Informations (please complete the following information):

Additional context
Works well on Chrome + Safari