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 696c61f commit 788a038
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion taxonium_website/src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ function App() {
<Select
value={new URL(window.location.href).pathname.substring(1)}
onChange={(e) => setSelectedTree(e.target.value)}
className={"mr-4 bg-gray-50"}
className={"mr-4 bg-gray-50 ml-4"}
>
<option value="">Select a tree</option>
{Object.entries(treeConfig).map(([path, config]) => (
Expand Down
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 ml-4 text-sm"
className="border p-1 mr-4 text-sm"
onChange={(e) => {
setInputs(
inputs.map((input, the_index) => {
Expand Down

0 comments on commit 788a038

Please sign in to comment.