From 9e45fb66861c7b54467f6ae71d50c42cf4f13d28 Mon Sep 17 00:00:00 2001 From: Mike Ng Date: Mon, 5 Feb 2018 17:38:36 +0400 Subject: [PATCH] fix margin on video preview --- resources/www/_shared/styles/main.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/www/_shared/styles/main.scss b/resources/www/_shared/styles/main.scss index 9a2f64b700..7831d917b7 100644 --- a/resources/www/_shared/styles/main.scss +++ b/resources/www/_shared/styles/main.scss @@ -28,7 +28,7 @@ img{ } .popover { max-width: none; - width: 98% !important; + width: auto; } }