From c2a542c8bb8186b921ce4349dc3fee622da51e71 Mon Sep 17 00:00:00 2001 From: Ruipeng Zhang Date: Mon, 28 Jan 2019 13:45:49 -0500 Subject: [PATCH] fix(layout): navbar menu content overlapping #400 --- source/css/style.styl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/css/style.styl b/source/css/style.styl index d6c8554..6e6ad9a 100644 --- a/source/css/style.styl +++ b/source/css/style.styl @@ -85,6 +85,7 @@ img.thumbnail align-items: stretch display: flex padding: 0 + flex-shrink: 0 .navbar-menu flex-grow: 1 flex-shrink: 0 @@ -425,4 +426,4 @@ figure.highlight td border: none .file - all: initial \ No newline at end of file + all: initial