1813 - Improve Hass.io System cards UI (#1862)

* 1813 - Improve Hass.io System cards UI

* 1813 - Move margin to proper card file
This commit is contained in:
Gabriel Oliveira 2018-10-26 14:38:02 -03:00 committed by Paulus Schoutsen
parent c39b17f12c
commit fc96d33d6a
2 changed files with 5 additions and 2 deletions

View File

@ -26,7 +26,7 @@ class HassioHostInfo extends EventsMixin(PolymerElement) {
width: 100%;
}
.card-content {
height: 100%;
height: auto;
}
}
.info {
@ -42,6 +42,9 @@ class HassioHostInfo extends EventsMixin(PolymerElement) {
paper-button.info {
max-width: calc(50% - 12px);
}
table.info {
margin-bottom: 10px;
}
</style>
<paper-card>
<div class="card-content">

View File

@ -23,7 +23,7 @@ class HassioSupervisorInfo extends EventsMixin(PolymerElement) {
width: 100%;
}
.card-content {
height: 100%;
height: auto;
}
}
.info {