Index: Source/core/css/mediaControls.css |
diff --git a/Source/core/css/mediaControls.css b/Source/core/css/mediaControls.css |
index f9fbaaa3ee9e644c78e3b9d5be48c956c4e1eefa..af63bdeb438449e226219451f6bce73362d03926 100644 |
--- a/Source/core/css/mediaControls.css |
+++ b/Source/core/css/mediaControls.css |
@@ -344,9 +344,9 @@ audio::-webkit-media-controls-fullscreen-volume-max-button, video::-webkit-media |
video::-webkit-media-text-track-container { |
position: relative; |
- width: 100%; |
+ width: inherit; |
+ height: inherit; |
overflow: hidden; |
- padding-bottom: 5px; |
font: 22px sans-serif; |
text-align: center; |
@@ -360,8 +360,6 @@ video::-webkit-media-text-track-container { |
pointer-events: none; |
-webkit-user-select: none; |
word-break: break-word; |
- |
- flex: 1 1; |
} |
video::cue { |