diff --git a/homeassistant/components/frontend/www_static/polymer/cards/state-card-content.html b/homeassistant/components/frontend/www_static/polymer/cards/state-card-content.html
index 0feed86de002d4c12314894a32df50a845c43dba..e5b929b0804e7d79c0c8c9e05bd0e9bd634ed6cc 100644
--- a/homeassistant/components/frontend/www_static/polymer/cards/state-card-content.html
+++ b/homeassistant/components/frontend/www_static/polymer/cards/state-card-content.html
@@ -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;
diff --git a/homeassistant/components/frontend/www_static/polymer/cards/state-card-media_player.html b/homeassistant/components/frontend/www_static/polymer/cards/state-card-media_player.html
index a9709795d7f007997d58f4c2e863470874c07dd1..c475846be8d864ec24adde8afafa7b0b01809ad1 100644
--- a/homeassistant/components/frontend/www_static/polymer/cards/state-card-media_player.html
+++ b/homeassistant/components/frontend/www_static/polymer/cards/state-card-media_player.html
@@ -11,6 +11,7 @@
   .state {
     margin-left: 16px;
     text-align: right;
+    overflow-x: hidden;
   }
 
   .main-text {