We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1aa9101 commit dc16ef2Copy full SHA for dc16ef2
lib/components/form/default-search-form.js
@@ -29,7 +29,7 @@ export default class DefaultSearchForm extends Component {
29
30
return (
31
<div>
32
- <div className='locations'>
+ <div className='locations' style={{marginTop: '5px'}}>
33
<LocationField
34
inputPlaceholder={`Enter start location or ${actionText} on map...`}
35
locationType='from'
lib/components/viewers/route-details.js
@@ -142,7 +142,7 @@ class RouteDetails extends Component {
142
}}
143
/>}
144
{url && (
145
- <a href={url} target='_blank'>
+ <a href={url} style={{whiteSpace: 'nowrap'}} target='_blank'>
146
<Icon type='link' />
147
<FormattedMessage id='components.RouteDetails.moreDetails' />
148
</a>
0 commit comments