Skip to content

Commit 17475c3

Browse files
committed
fix: overlapping in volumes additional controls
1 parent 8a4b97f commit 17475c3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/sections/volumes.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,10 @@ export class Volumes extends LitElement {
149149
*[hide] {
150150
display: none;
151151
}
152+
153+
state-card-content {
154+
--ha-font-size-m: 12px;
155+
}
152156
`;
153157
}
154158
}

0 commit comments

Comments
 (0)