From 3442c877f881f66762412aa7032e525cda05d342 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Losada=20Hern=C3=A1ndez?= Date: Sun, 16 Aug 2026 10:41:27 +0200 Subject: [PATCH] final touches to snippetbar breakpoints --- client/homebrew/editor/snippetbar/snippetbar.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/homebrew/editor/snippetbar/snippetbar.less b/client/homebrew/editor/snippetbar/snippetbar.less index d7b32702b..e49e02044 100644 --- a/client/homebrew/editor/snippetbar/snippetbar.less +++ b/client/homebrew/editor/snippetbar/snippetbar.less @@ -126,7 +126,7 @@ .snippets { display : flex; justify-content : flex-start; - min-width : 499.35px; //must be controlled every time an item is added, must be hardcoded for the wrapping as it is applied + min-width : 565.95px; //must be controlled every time an item is added, must be hardcoded for the wrapping as it is applied } // removed caret for top level items, by request (makes buttons too wide). @@ -208,7 +208,7 @@ } } } -@container editor (width < 818px) { +@container editor (width < 816px) { .snippetBar { .editors { flex : 1;