mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-13 20:36:35 +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;
|
||||
}
|
||||
.slot-container {
|
||||
width: 100%;
|
||||
overflow: hidden;
|
||||
overflow: var(--button-slot-container-overflow, visible);
|
||||
}
|
||||
`,
|
||||
];
|
||||
|
@ -349,6 +349,7 @@ class PanelTodo extends LitElement {
|
||||
max-width: 100%;
|
||||
}
|
||||
ha-button-menu ha-button {
|
||||
--button-slot-container-overflow: hidden;
|
||||
max-width: 100%;
|
||||
--mdc-theme-primary: currentColor;
|
||||
--mdc-typography-button-text-transform: none;
|
||||
|
Loading…
x
Reference in New Issue
Block a user