diff --git a/src/patterns/04-components/view/_view.scss b/src/patterns/04-components/view/_view.scss
index 660e689ff0ba3fa1f2da3c3e7775f0a4c8941f48..10ee570c75d6852288b8e2dbcf7edbc35f476638 100644
--- a/src/patterns/04-components/view/_view.scss
+++ b/src/patterns/04-components/view/_view.scss
@@ -75,7 +75,7 @@ $sidebar-width: 18.75rem;
   &-content {
     grid-column: 1 / 2;
     width: 100%;
-    .views-row{
+    :not(.media-library-item).views-row{
       width: 100%;
     }
   }