Skip to content

Instantly share code, notes, and snippets.

@jsparber
Created August 11, 2017 19:20
Show Gist options
  • Save jsparber/d003bc1abb3d3dccba3c712b0bdcc31f to your computer and use it in GitHub Desktop.
Save jsparber/d003bc1abb3d3dccba3c712b0bdcc31f to your computer and use it in GitHub Desktop.
[PATCH] [fix] fixed issue with text getting displayed on the side of the photo gallery on webkit browsers
From 19b6914a892ffc26453cb6bc5b5c52970ab26471 Mon Sep 17 00:00:00 2001
From: Julian Sparber <julian@sparber.net>
Date: Fri, 11 Aug 2017 21:17:30 +0200
Subject: [PATCH] [fix] fixed issue with text getting displayed on the side of
the photo gallery on webkit browsers
---
css/happybirthdaygnome.css | 3 +++
1 file changed, 3 insertions(+)
diff --git a/css/happybirthdaygnome.css b/css/happybirthdaygnome.css
index 5dea322..9d802d0 100644
--- a/css/happybirthdaygnome.css
+++ b/css/happybirthdaygnome.css
@@ -5,6 +5,9 @@ section {
.bg-dark {
background: #f6f6f6;
}
+.grid {
+ display: inline-block;
+}
.thumbnail {
margin-bottom: 0px;
border: none;
--
2.14.0
@jsparber
Copy link
Author

With masonry enabled it breaks stuff. Could not yet figure out how to get masonry working.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment