Fix overlapping device cards (#1940)

This commit is contained in:
Bram Kragten 2018-11-01 09:18:12 +01:00 committed by Paulus Schoutsen
parent ce78131258
commit 447c06d817
2 changed files with 2 additions and 0 deletions

View File

@ -29,6 +29,7 @@ class HaConfigEntryPage extends NavigateMixin(
box-sizing: border-box;
display: flex;
flex: 1 0 300px;
min-width: 0;
max-width: 500px;
padding: 8px;
}

View File

@ -32,6 +32,7 @@ class HaDeviceCard extends EventsMixin(LocalizeMixin(PolymerElement)) {
paper-card {
flex: 1 0 100%;
padding-bottom: 10px;
min-width: 0;
}
.device {
width: 30%;