From 1d38f51a3af5bc96cf9873a3cdf6b89bbe616f4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Hru=C5=A1ka?= Date: Mon, 20 Aug 2018 22:20:11 +0200 Subject: [PATCH] fix large gap above bio table if bio is not filled --- resources/assets/sass/app.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/resources/assets/sass/app.scss b/resources/assets/sass/app.scss index 09235bf..42c106a 100644 --- a/resources/assets/sass/app.scss +++ b/resources/assets/sass/app.scss @@ -39,4 +39,10 @@ dt { td { padding-top: dist(2); } + + tr:first-child { + td { + padding-top: 0; + } + } }