From 70046e00f89af966d60681267606bb476d9be3e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Losada=20Hern=C3=A1ndez?= Date: Thu, 24 Oct 2024 01:07:52 +0200 Subject: [PATCH] fix min-width in meta tab --- client/homebrew/editor/snippetbar/snippetbar.less | 2 ++ 1 file changed, 2 insertions(+) diff --git a/client/homebrew/editor/snippetbar/snippetbar.less b/client/homebrew/editor/snippetbar/snippetbar.less index 55c9483ef..34dcf20be 100644 --- a/client/homebrew/editor/snippetbar/snippetbar.less +++ b/client/homebrew/editor/snippetbar/snippetbar.less @@ -23,8 +23,10 @@ min-width:225px; &:only-child { + min-width: none; margin-left:auto; } + >div { display : flex; flex : 1;