Skip to content

Commit fa34fbb

Browse files
committed
Min width 500 to right panel to auto scroll X
1 parent 60bafa5 commit fa34fbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/map-projects/MapProject.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2263,7 +2263,7 @@ const MapProject = () => {
22632263
</div> :
22642264
(
22652265
<>
2266-
<div className='col-xs-12' style={{padding: '8px 16px'}}>
2266+
<div className='col-xs-12' style={{padding: '8px 16px', minWidth: '500px'}}>
22672267
<div className='col-xs-12 padding-0' style={{display: 'flex', alignItems: 'center', justifyContent: 'space-between'}}>
22682268
<Typography component='span' sx={{fontSize: '20px', color: 'surface.dark', fontWeight: 600}}>
22692269
Mapping Decisions

0 commit comments

Comments
 (0)