Skip to content

Commit

Permalink
Minor
Browse files Browse the repository at this point in the history
  • Loading branch information
vmonakhov committed Nov 16, 2023
1 parent 0df711f commit 06955b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ConvertEafModal/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -592,7 +592,7 @@ class ConvertEafModal extends React.Component {
<div style={{ width: "50%", marginBottom: "2em" }}>
<Header>{this.context("Match columns to tiers")}</Header>
{ [ 'text', 'transcription', 'word', 'other text' ].map(tier => (
<div hidden={!(tier in preview)} style={{ margin: "1em" }}>
<div hidden={!(tier in preview)} style={{ margin: "2em" }}>
<table>
<tbody>
<tr>
Expand Down

0 comments on commit 06955b9

Please sign in to comment.