From c5927a10f3a682cfa917ff845e4c3191dc471e85 Mon Sep 17 00:00:00 2001 From: DeeeeLAN Date: Thu, 26 Sep 2019 02:42:30 -0700 Subject: [PATCH] fixed recipe ingredient layout issue in safari (#387) * fixed barcode button on iOS and made nicer on the desktop * fixed indentation * fixed indentation * 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; +}