Skip to content

Commit

Permalink
Fix overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
schumijo committed Sep 22, 2022
1 parent 3042ca7 commit b6bdada
Showing 1 changed file with 13 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,15 @@ icon_more_info_new:
ulm_icon_double_tap_service: "[[[ return variables.ulm_icon_double_tap_service; ]]]"
ulm_icon_double_tap_service_data: "[[[ return variables.ulm_icon_double_tap_service_data]]]"
ulm_custom_popup: "[[[ return variables.ulm_custom_popup; ]]]"
styles:
card:
- overflow: >
[[[
if (entity.state == "unavailable"){
return "visible"
}
return "hidden"
]]]
item2:
card:
type: "custom:button-card"
Expand Down Expand Up @@ -92,10 +101,10 @@ icon_more_info_new:
- padding: "6px"
- margin-left: "-6px"
- background-color: "rgba(0,0,0,0)"
label:
- overflow: "visible"
name:
- overflow: "visible"
# label:
# - overflow: "visible"
# name:
# - overflow: "visible"
custom_fields:
notification:
- display: "none"

0 comments on commit b6bdada

Please sign in to comment.