Skip to content

Commit

Permalink
move labels closer to the image they are labeling
Browse files Browse the repository at this point in the history
  • Loading branch information
krokicki committed Feb 29, 2024
1 parent 5773c50 commit bf838ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/MatchSummary.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,11 @@ export default function MatchSummary(props) {
vertical={isVertical}
/>
</div>
<p style={{ paddingLeft: "2em" }}>
<p style={{ margin: "0px", paddingLeft: "2em", paddingBottom: "1.5em" }}>
<Button
type="link"
onClick={showModal}
style={{ padding: "0.1em", margin: "none" }}
style={{ margin: "none", padding: "0.1em" }}
>
{publishedName}
</Button>
Expand Down

0 comments on commit bf838ac

Please sign in to comment.