Skip to content

Commit

Permalink
Merge pull request #515 from opentripplanner/calltaker-ui-fixes
Browse files Browse the repository at this point in the history
chore(call-taker): fix padding on batch routing panel
  • Loading branch information
daniel-heppner-ibigroup authored Dec 16, 2021
2 parents c9572b4 + 229f5f6 commit ed57e82
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/components/app/call-taker-panel.js
Original file line number Diff line number Diff line change
Expand Up @@ -159,14 +159,13 @@ class CallTakerPanel extends Component {
bottom: showPlanTripButton ? 55 : 0,
left: 0,
overflow: 'hidden',
padding: '10px',
paddingBottom: 15,
position: 'absolute',
right: 0,
top: 0
}}
>
<div className="form">
<div className="form" style={{ padding: '5px 10px' }}>
<LocationField
inputPlaceholder={intl.formatMessage(
{ id: 'common.searchForms.enterStartLocation' },
Expand Down

0 comments on commit ed57e82

Please sign in to comment.