We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fcafe4 commit 009d6faCopy full SHA for 009d6fa
client/packages/lowcoder/src/pages/setting/environments/WorkspaceDetail.tsx
@@ -99,7 +99,12 @@ const WorkspaceDetail: React.FC = () => {
99
];
100
101
return (
102
- <div className="workspace-detail-container" style={{ padding: "24px", flex: 1 }}>
+ <div className="workspace-detail-container" style={{
103
+ padding: "24px",
104
+ flex: 1,
105
+ minWidth: "1000px",
106
+ overflowX: "auto"
107
+ }}>
108
{/* Modern Breadcrumbs navigation */}
109
<ModernBreadcrumbs items={breadcrumbItems} />
110
0 commit comments