Skip to content

Commit dc16ef2

Browse files
refactor: integrate styles with master
1 parent 1aa9101 commit dc16ef2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: lib/components/form/default-search-form.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export default class DefaultSearchForm extends Component {
2929

3030
return (
3131
<div>
32-
<div className='locations'>
32+
<div className='locations' style={{marginTop: '5px'}}>
3333
<LocationField
3434
inputPlaceholder={`Enter start location or ${actionText} on map...`}
3535
locationType='from'

Diff for: lib/components/viewers/route-details.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ class RouteDetails extends Component {
142142
}}
143143
/>}
144144
{url && (
145-
<a href={url} target='_blank'>
145+
<a href={url} style={{whiteSpace: 'nowrap'}} target='_blank'>
146146
<Icon type='link' />
147147
<FormattedMessage id='components.RouteDetails.moreDetails' />
148148
</a>

0 commit comments

Comments
 (0)