Skip to content
This repository has been archived by the owner on Aug 31, 2023. It is now read-only.

Commit

Permalink
feat(playground): align options horizontally (#2434)
Browse files Browse the repository at this point in the history
  • Loading branch information
jer3m01 committed Apr 14, 2022
1 parent 356ff16 commit 3fbb450
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/playground/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ function App() {
return (
<div className="divide-y divide-slate-300">
<h1 className="p-4 text-xl">Rome Playground</h1>
<div>
<div className="flex items-baseline">
<LineWidthInput lineWidth={lineWidth} setLineWidth={setLineWidth} />
<IndentStyleSelect
indentWidth={indentWidth}
Expand Down

0 comments on commit 3fbb450

Please sign in to comment.