From 795829d5599bf8c2182a9fe4c7d10f44ae5e887e Mon Sep 17 00:00:00 2001
From: Patrick Groeger <patrick.groeger@cern.ch>
Date: Thu, 6 Dec 2018 15:58:35 +0100
Subject: [PATCH] Fix for full screen button on the top right

---
 patterns/molecules/gallery/css/gallery-component.css   | 1 -
 patterns/molecules/gallery/sass/gallery-component.scss | 1 -
 2 files changed, 2 deletions(-)

diff --git a/patterns/molecules/gallery/css/gallery-component.css b/patterns/molecules/gallery/css/gallery-component.css
index e3701d67..fd3452a4 100755
--- a/patterns/molecules/gallery/css/gallery-component.css
+++ b/patterns/molecules/gallery/css/gallery-component.css
@@ -112,7 +112,6 @@
   -ms-flex-direction: column;
   flex-direction: column;
   min-height: 100%;
-  min-width: 100%;
   height: auto !important;
   margin-bottom: 0 !important;
 }
diff --git a/patterns/molecules/gallery/sass/gallery-component.scss b/patterns/molecules/gallery/sass/gallery-component.scss
index 9f32d2d4..ba3674c8 100755
--- a/patterns/molecules/gallery/sass/gallery-component.scss
+++ b/patterns/molecules/gallery/sass/gallery-component.scss
@@ -83,7 +83,6 @@
       @include flex-wrap(wrap);
       @include flex-direction(column);
       min-height: 100%;
-      min-width: 100%;
       height: auto !important;
       margin-bottom: 0 !important;
       img {
-- 
GitLab