Skip to content

Commit 30d897b

Browse files
louiswol94ramiy
andauthored
Update src/js/components/Import/FromFileUpload/components/SnippetSelectionTable.tsx
Co-authored-by: Rami Yushuvaev <rami@codesnippets.pro>
1 parent 9b3c02e commit 30d897b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/js/components/Import/FromFileUpload/components/SnippetSelectionTable.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ export const SnippetSelectionTable: React.FC<SnippetSelectionTableProps> = ({
6161
<td>
6262
<strong>{snippet.table_data.title}</strong>
6363
{snippet.source_file && (
64-
<div style={{ fontSize: '12px', color: '#666', marginTop: '2px' }}>
64+
<div style={{ fontSize: '12px', color: '#666', marginBlockStart: '2px' }}>
6565
from {snippet.source_file}
6666
</div>
6767
)}

0 commit comments

Comments
 (0)