From ce5ce071188d51591a712b401b6f674337d9b4b8 Mon Sep 17 00:00:00 2001 From: carolstran Date: Fri, 13 Nov 2020 16:55:16 +0100 Subject: [PATCH] Fix responsiveness of header --- src/assets/css/_css/graphql.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/assets/css/_css/graphql.less b/src/assets/css/_css/graphql.less index 5c6a807f61..9d9adc8ddc 100644 --- a/src/assets/css/_css/graphql.less +++ b/src/assets/css/_css/graphql.less @@ -119,7 +119,7 @@ p code { header { .headline-font(@size: 15px); - height: 50px; + min-height: 50px; background: white; box-shadow: inset 0 -1px 0 0px rgba(0, 0, 0, 0.1); z-index: 10;