Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0224c0b

Browse files
committed
fix workspaces table layout
1 parent 0bcdbf6 commit 0224c0b

File tree

1 file changed

+1
-1
lines changed
  • client/packages/lowcoder/src/pages/setting/organization

1 file changed

+1
-1
lines changed

‎client/packages/lowcoder/src/pages/setting/organization/orgList.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ function OrganizationSetting() {
217217
console.log("dataSource", dataSource);
218218

219219
return (
220-
<Level1SettingPageContentWithList>
220+
<Level1SettingPageContentWithList style={{ minWidth: "1000px" }}>
221221
<Level1SettingPageTitleWithBtn>
222222
{trans("settings.organization")}
223223
{isSaasMode(sysConfig) && (

0 commit comments

Comments
 (0)