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;