fix: horizontal overflow, fix #17
This commit is contained in:
@@ -245,7 +245,7 @@ function ChatTemplateDropdownList() {
|
||||
const APIListMenu: React.FC = () => {
|
||||
const ctx = useContext(AppContext);
|
||||
return (
|
||||
<div className="flex flex-col m-2 gap-2 w-full">
|
||||
<div className="flex flex-col my-2 gap-2 w-full">
|
||||
{ctx.templateTools.length > 0 && <ToolsDropdownList />}
|
||||
<NavigationMenu>
|
||||
<NavigationMenuList>
|
||||
|
||||
Reference in New Issue
Block a user