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; +}