1
0
Fork 0

Fixes #574 account link width on video view (#665)

Changed a tag from `flex` to `inline` to avoid misclicks.
This commit is contained in:
Sankar 2018-06-16 03:04:50 +05:30 committed by Rigel Kent
parent 05623b9030
commit 77af3a9701
1 changed files with 1 additions and 1 deletions

View File

@ -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;