mirror of
https://github.com/ershisan99/DevToysWeb.git
synced 2025-12-17 20:49:24 +00:00
refactor!: refine spacings
BREAKING CAHNGE: some spaces changed
This commit is contained in:
@@ -7,7 +7,7 @@ type Props = {
|
||||
|
||||
function RawConfigurations({ list }: Props) {
|
||||
return (
|
||||
<ul className="space-y-1.5">
|
||||
<ul className="flex flex-col gap-1.5">
|
||||
{list.map((config, i) => (
|
||||
// re-render does not change the order
|
||||
// eslint-disable-next-line react/no-array-index-key
|
||||
|
||||
Reference in New Issue
Block a user