From 8c9a20a7945a32702dad384e2fd75396d06ecc42 Mon Sep 17 00:00:00 2001 From: Dillan Mills Date: Thu, 26 Sep 2019 01:21:08 -0700 Subject: [PATCH] fixed recipe ingredient layout issue in safari --- public/css/grocy.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/public/css/grocy.css b/public/css/grocy.css index ef7412de..81a0520e 100644 --- a/public/css/grocy.css +++ b/public/css/grocy.css @@ -317,3 +317,8 @@ canvas.drawingBuffer { left: 0; top: 0; } + +/* Third party component customizations - Bootstrap list-group */ +.list-group { + flex-shrink: 0; +}