mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-24 17:56:46 +00:00
Warning Element: Fix Overflow in Entity Row (#7193)
This commit is contained in:
parent
72aa9a3b62
commit
601c909004
@ -1,3 +1,4 @@
|
|||||||
|
import { STATE_NOT_RUNNING } from "home-assistant-js-websocket";
|
||||||
import {
|
import {
|
||||||
css,
|
css,
|
||||||
CSSResult,
|
CSSResult,
|
||||||
@ -7,7 +8,6 @@ import {
|
|||||||
TemplateResult,
|
TemplateResult,
|
||||||
} from "lit-element";
|
} from "lit-element";
|
||||||
import { HomeAssistant } from "../../../types";
|
import { HomeAssistant } from "../../../types";
|
||||||
import { STATE_NOT_RUNNING } from "home-assistant-js-websocket";
|
|
||||||
|
|
||||||
export const createEntityNotFoundWarning = (
|
export const createEntityNotFoundWarning = (
|
||||||
hass: HomeAssistant,
|
hass: HomeAssistant,
|
||||||
@ -35,6 +35,7 @@ export class HuiWarning extends LitElement {
|
|||||||
color: black;
|
color: black;
|
||||||
background-color: #fce588;
|
background-color: #fce588;
|
||||||
padding: 8px;
|
padding: 8px;
|
||||||
|
word-break: break-word;
|
||||||
}
|
}
|
||||||
`;
|
`;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user