Skip to content
Snippets Groups Projects
Commit b1cdf48c authored by Paulus Schoutsen's avatar Paulus Schoutsen
Browse files

Frontend: fix state card content showing outside of card

parent a330f4c1
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
......@@ -11,6 +11,7 @@
.state {
margin-left: 16px;
text-align: right;
overflow-x: hidden;
}
.main-text {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment