Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
theosanderson authored Nov 7, 2024
1 parent 55d0f10 commit 696c61f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion taxonium_website/src/components/InputSupplier.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export const InputSupplier = ({ inputHelper, className }) => {
<div>
<Select
value={input.filetype}
className="border p-1 mr-4 text-sm"
className="border p-1 mr-4 ml-4 text-sm"
onChange={(e) => {
setInputs(
inputs.map((input, the_index) => {
Expand Down

0 comments on commit 696c61f

Please sign in to comment.