From 98c58ec322f7e73c54b04f825ead6049ad98de88 Mon Sep 17 00:00:00 2001 From: Lorin Werthen Date: Wed, 24 Oct 2018 20:05:07 +0200 Subject: [PATCH] fix shitty firefox shit --- content/assets/stylesheets/main.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/content/assets/stylesheets/main.scss b/content/assets/stylesheets/main.scss index 005d743..2a314f1 100644 --- a/content/assets/stylesheets/main.scss +++ b/content/assets/stylesheets/main.scss @@ -3,6 +3,11 @@ @import "node_modules/bulma/bulma"; @import "node_modules/bulma-divider/divider"; +// TODO: Remove this once FF64.0b2+ fixes this fustercluck +.tile { + min-height: auto; +} + // Sticky footer body { hyphens: auto;