File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
client/packages/lowcoder/src/pages/setting/environments Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ const EnvironmentDetail: React.FC = () => {
105
105
) ;
106
106
}
107
107
return (
108
- < div className = "environment-detail-container" style = { { padding : "24px" } } >
108
+ < div className = "environment-detail-container" style = { { padding : "24px" , flex : 1 } } >
109
109
{ /* Header with environment name and controls */ }
110
110
< div
111
111
className = "environment-header"
Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ const WorkspaceDetail: React.FC = () => {
109
109
}
110
110
111
111
return (
112
- < div className = "workspace-detail-container" style = { { padding : '24px' } } >
112
+ < div className = "workspace-detail-container" style = { { padding : '24px' , flex : 1 } } >
113
113
{ /* Breadcrumb navigation */ }
114
114
< Breadcrumb style = { { marginBottom : '16px' } } >
115
115
< Breadcrumb . Item onClick = { ( ) => history . push ( '/home/settings/environments' ) } >
You can’t perform that action at this time.
0 commit comments