From 3b0f2a83720ff27189cab240d1b8ebb3e0a1d979 Mon Sep 17 00:00:00 2001 From: Patrick Browne Date: Tue, 25 Jun 2019 14:28:19 +0200 Subject: [PATCH] fix: Limit expansion of Empty --- stylus/components/empty.styl | 1 + 1 file changed, 1 insertion(+) diff --git a/stylus/components/empty.styl b/stylus/components/empty.styl index 9086bfe39a..bbce2a63c3 100644 --- a/stylus/components/empty.styl +++ b/stylus/components/empty.styl @@ -12,6 +12,7 @@ $empty align-self center padding rem(16) 0 text-align center + max-width 100% +medium-screen() margin-top 'calc(50vh - %s)' % contentHeight