Skip to content

Commit

Permalink
Keep annotation source logo on the same line of text
Browse files Browse the repository at this point in the history
We will try to keep the logo in the same line by shrinking the text on the left until it reaches minimum 300px.
  • Loading branch information
zhx828 committed Aug 17, 2023
1 parent b3fd0ac commit f39044f
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 f39044f

Please sign in to comment.