Skip to content

Commit

Permalink
Merge pull request #1013 from zhx828/fix-gn-logo
Browse files Browse the repository at this point in the history
Keep annotation source logo on the same line of text
  • Loading branch information
zhx828 authored Aug 23, 2023
2 parents b3fd0ac + f39044f commit c7b7d97
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,7 @@ export default class AnnotationPage extends React.Component<
return (
<>
<div className={'d-flex justify-content-between flex-wrap'}>
<div>
<div style={{ flex: '1 1 300px' }}>
<h2
className={'d-flex align-items-baseline flex-wrap'}
style={{ marginBottom: 0 }}
Expand Down

0 comments on commit c7b7d97

Please sign in to comment.