We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60bafa5 commit fa34fbbCopy full SHA for fa34fbb
src/components/map-projects/MapProject.jsx
@@ -2263,7 +2263,7 @@ const MapProject = () => {
2263
</div> :
2264
(
2265
<>
2266
- <div className='col-xs-12' style={{padding: '8px 16px'}}>
+ <div className='col-xs-12' style={{padding: '8px 16px', minWidth: '500px'}}>
2267
<div className='col-xs-12 padding-0' style={{display: 'flex', alignItems: 'center', justifyContent: 'space-between'}}>
2268
<Typography component='span' sx={{fontSize: '20px', color: 'surface.dark', fontWeight: 600}}>
2269
Mapping Decisions
0 commit comments