From f034d4484ea57fda0aab517bc77474ea348a1a97 Mon Sep 17 00:00:00 2001 From: Wensheng Yan Date: Thu, 29 Jun 2017 01:49:00 -0400 Subject: [PATCH] text no wrap on vr mode. --- src/styles/plugin.scss | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/src/styles/plugin.scss b/src/styles/plugin.scss index 362ac46..d217c20 100644 --- a/src/styles/plugin.scss +++ b/src/styles/plugin.scss @@ -153,13 +153,17 @@ &.vjs-marker-group--enable{ display: block; } + } - &.vjs-marker-container--VREnable{ + &.vjs-marker-container--VREnable{ + .vjs-marker-group{ width: 50%; } - } - + .vjs-marker{ + white-space: nowrap; + } + } } .vjs-marker{