mirror of
https://github.com/home-assistant/frontend.git
synced 2025-04-24 13:27:22 +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]) {
|
||||
padding: 0 16px;
|
||||
}
|
||||
:host([narrow]) div {
|
||||
padding: 0;
|
||||
}
|
||||
`;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user