From 3cf6691e6747d31183fa1f2c5a7a2e22a00a3267 Mon Sep 17 00:00:00 2001 From: Gazook89 Date: Fri, 29 Sep 2023 09:30:44 -0500 Subject: [PATCH] remove width constraint on editors in snippet bar. --- client/homebrew/editor/snippetbar/snippetbar.less | 1 - 1 file changed, 1 deletion(-) diff --git a/client/homebrew/editor/snippetbar/snippetbar.less b/client/homebrew/editor/snippetbar/snippetbar.less index ed2dcebce..b4712838a 100644 --- a/client/homebrew/editor/snippetbar/snippetbar.less +++ b/client/homebrew/editor/snippetbar/snippetbar.less @@ -10,7 +10,6 @@ top : 0px; right : 0px; height : @menuHeight; - width : 125px; justify-content : space-between; &>div{ height : @menuHeight;