mirror of
https://github.com/home-assistant/core.git
synced 2025-08-07 14:45:09 +02:00
Frontend: fix state card content showing outside of card
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user