Created
August 11, 2017 19:20
-
-
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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From 19b6914a892ffc26453cb6bc5b5c52970ab26471 Mon Sep 17 00:00:00 2001 | |
From: Julian Sparber <[email protected]> | |
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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
With masonry enabled it breaks stuff. Could not yet figure out how to get masonry working.