mirror of
https://github.com/home-assistant/frontend.git
synced 2025-08-07 16:37:48 +00:00
Fix buttons in button row (#26405)
This commit is contained in:
parent
b76407d28d
commit
013d603ba0
@ -101,11 +101,6 @@ export class HuiButtonRow extends LitElement implements LovelaceRow {
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
ha-button {
|
||||
margin-right: -0.57em;
|
||||
margin-inline-end: -0.57em;
|
||||
margin-inline-start: initial;
|
||||
}
|
||||
`;
|
||||
|
||||
private _handleAction(ev: ActionHandlerEvent) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user