From 9a2f7ea799fdd52b24245e94d01f12fabd6efc02 Mon Sep 17 00:00:00 2001 From: Rigel Kent Date: Sun, 2 Sep 2018 19:34:36 +0200 Subject: [PATCH] fix other video margin-top --- client/src/app/videos/+video-watch/video-watch.component.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/src/app/videos/+video-watch/video-watch.component.scss b/client/src/app/videos/+video-watch/video-watch.component.scss index afd846af3..912016f8c 100644 --- a/client/src/app/videos/+video-watch/video-watch.component.scss +++ b/client/src/app/videos/+video-watch/video-watch.component.scss @@ -358,11 +358,11 @@ } } - .other-videos { + /deep/ .other-videos { padding-left: 1em; .title-page { - margin-top: 0; + margin-top: 0 !important; } /deep/ .video-miniature {