Skip to content

Commit f507287

Browse files
committed
fix environment detail width issue
1 parent 880a4fb commit f507287

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/packages/lowcoder/src/pages/setting/environments/EnvironmentDetail.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ const EnvironmentDetail: React.FC = () => {
180180
];
181181

182182
return (
183-
<Level1SettingPageContent>
183+
<Level1SettingPageContent style={{ minWidth: "1000px" }}>
184184
{/* Breadcrumbs */}
185185

186186

0 commit comments

Comments
 (0)