Skip to content

Commit

Permalink
Merge pull request #1013 from schumijo/fix_overflow
Browse files Browse the repository at this point in the history
Fix overflow
  • Loading branch information
basbruss authored Sep 23, 2022
2 parents 2721233 + b6bdada commit 22ae5e7
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 22ae5e7

Please sign in to comment.