Merge branch 'release/1.4.0' into develop
[oweals/peertube.git] / client / src / app / shared / video / video-miniature.component.scss
index 3658ee3c006608852a77bbf014370b15db5062db..03e15afffe23c5085e9c4e74dff68fd3534d7b49 100644 (file)
@@ -109,8 +109,10 @@ $more-margin-right: 10px;
 
     .video-bottom {
       .video-miniature-information {
-        width: auto;
-        min-width: 500px;
+        @media screen and (min-width: $small-view) {
+          width: auto;
+          min-width: 500px;
+        }
 
         .video-miniature-name {
           @include ellipsis-multiline(1.3em, 2);