mirror of
https://github.com/home-assistant/frontend.git
synced 2025-04-27 06:47:20 +00:00
Remove padding when narrow (#9209)
This commit is contained in:
parent
f873ef9b59
commit
abb9f8e233
@ -119,6 +119,9 @@ export class HaTab extends LitElement {
|
|||||||
:host([narrow]) {
|
:host([narrow]) {
|
||||||
padding: 0 16px;
|
padding: 0 16px;
|
||||||
}
|
}
|
||||||
|
:host([narrow]) div {
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
`;
|
`;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user