mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-19 07:16:39 +00:00
Fix buttons (#18472)
This commit is contained in:
parent
71e05f79c2
commit
42be3b331c
@ -21,8 +21,7 @@ export class HaButton extends Button {
|
|||||||
display: flex;
|
display: flex;
|
||||||
}
|
}
|
||||||
.slot-container {
|
.slot-container {
|
||||||
width: 100%;
|
overflow: var(--button-slot-container-overflow, visible);
|
||||||
overflow: hidden;
|
|
||||||
}
|
}
|
||||||
`,
|
`,
|
||||||
];
|
];
|
||||||
|
@ -349,6 +349,7 @@ class PanelTodo extends LitElement {
|
|||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
ha-button-menu ha-button {
|
ha-button-menu ha-button {
|
||||||
|
--button-slot-container-overflow: hidden;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
--mdc-theme-primary: currentColor;
|
--mdc-theme-primary: currentColor;
|
||||||
--mdc-typography-button-text-transform: none;
|
--mdc-typography-button-text-transform: none;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user