Use form-control to display box-shadow on form inputs/selects upon focus
[oweals/peertube.git] / client / src / app / shared / video / video-miniature.component.html
index 819be6d483c1cf014e7b4bbe8ee893f5ba00ea8f..6a8558de3764e592e80be7ff9367779a1b2e6136 100644 (file)
@@ -52,7 +52,7 @@
     <div class="video-actions">
       <!-- FIXME: remove bottom placement when overflow is fixed in bootstrap dropdown: https://github.com/ng-bootstrap/ng-bootstrap/issues/3495 -->
       <my-video-actions-dropdown
-        *ngIf="showActions" [video]="video" [displayOptions]="videoActionsDisplayOptions" placement="bottom-left bottom-right left"
+        *ngIf="showActions" [video]="video" [displayOptions]="videoActionsDisplayOptions" placement="bottom-left bottom-right left auto"
         (videoRemoved)="onVideoRemoved()" (videoBlacklisted)="onVideoBlacklisted()" (videoUnblacklisted)="onVideoUnblacklisted()"
       ></my-video-actions-dropdown>
     </div>