Frontend: fix state card content showing outside of card

pull/168/head
Paulus Schoutsen 2015-06-02 22:25:44 -07:00
parent a330f4c130
commit b1cdf48ca0
2 changed files with 1 additions and 8 deletions

View File

@ -7,14 +7,6 @@
<link rel="import" href="state-card-scene.html">
<link rel="import" href="state-card-media_player.html">
<dom-module id="state-card-content">
<style>
:host {
display: block;
}
</style>
</dom-module>
<script>
(function() {
var uiUtil = window.hass.uiUtil;

View File

@ -11,6 +11,7 @@
.state {
margin-left: 16px;
text-align: right;
overflow-x: hidden;
}
.main-text {