From 5b675918ad39d94243ca329c425e05eb9f7ab7b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Losada=20Hern=C3=A1ndez?= Date: Thu, 24 Oct 2024 01:10:47 +0200 Subject: [PATCH] real fix for the meta tab --- 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 34dcf20be..79a51c7dd 100644 --- a/client/homebrew/editor/snippetbar/snippetbar.less +++ b/client/homebrew/editor/snippetbar/snippetbar.less @@ -23,10 +23,10 @@ min-width:225px; &:only-child { - min-width: none; + min-width: unset; margin-left:auto; } - + >div { display : flex; flex : 1;