Closed p1lh4 closed 1 year ago
Describe the bug After an update, the tabs on the result card appear truncated.
To Reproduce Add a results card to the dashboard.
Expected behavior Default style. If I edit the dashboard the view returns to the default.
Screenshots
Additional context Card version 1.8.8 HA 2023.10
Truncated tabs
<mwc-tab-bar> <!--?lit$433101553$--><!----> <mwc-tab hasimageicon=""><ha-icon slot="icon" icon="mdi:trophy"></ha-icon> </mwc-tab> <!----><!----> <mwc-tab hasimageicon=""><ha-icon slot="icon" icon="mdi:timer-outline"></ha-icon> </mwc-tab> <!----><!----> <mwc-tab hasimageicon=""><ha-icon slot="icon" icon="mdi:flag-checkered"></ha-icon> </mwc-tab> <!----> </mwc-tab-bar>
Default tabs
<mwc-tab-bar> <!--?lit$433101553$--><!----> <mwc-tab hasimageicon="" dir="ltr" id="mdc-tab-1" active=""><ha-icon slot="icon" icon="mdi:trophy"></ha-icon> </mwc-tab> <!----><!----> <mwc-tab hasimageicon="" dir="ltr" id="mdc-tab-2"><ha-icon slot="icon" icon="mdi:timer-outline"></ha-icon> </mwc-tab> <!----><!----> <mwc-tab hasimageicon="" dir="ltr" id="mdc-tab-3"><ha-icon slot="icon" icon="mdi:flag-checkered"></ha-icon> </mwc-tab> <!----> </mwc-tab-bar>
Duplicate of 297 can you comment in that issue. I can't do anything about it. Seems to be something with the mwc-tab-bar sometimes doing weird stuff
Describe the bug After an update, the tabs on the result card appear truncated.
To Reproduce Add a results card to the dashboard.
Expected behavior Default style. If I edit the dashboard the view returns to the default.
Screenshots
Additional context Card version 1.8.8 HA 2023.10
Truncated tabs
Default tabs