From 77af3a9701d4e4326bf66fb7e1c8ccfc6014cded Mon Sep 17 00:00:00 2001 From: Sankar Date: Sat, 16 Jun 2018 03:04:50 +0530 Subject: [PATCH] Fixes #574 account link width on video view (#665) Changed a tag from `flex` to `inline` to avoid misclicks. --- client/src/app/videos/+video-watch/video-watch.component.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 71770c93b..ddd19e049 100644 --- a/client/src/app/videos/+video-watch/video-watch.component.scss +++ b/client/src/app/videos/+video-watch/video-watch.component.scss @@ -94,7 +94,7 @@ .video-info-by a { @include disable-default-a-behaviour; - display: flex; + display: inline; align-items: center; font-size: 13px; color: #000; -- 2.41.0