Skip to content

Commit 103c948

Browse files
authored
playground: align button on left (#692)
* playground: align button on left * increase padding
1 parent 78fc3be commit 103c948

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Playground.res

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1107,7 +1107,7 @@ module ControlPanel = {
11071107
| _ => React.null
11081108
}
11091109

1110-
<div className="flex justify-end items-center bg-gray-100 p-3"> children </div>
1110+
<div className="flex justify-start items-center bg-gray-100 py-3 px-11"> children </div>
11111111
}
11121112
}
11131113

0 commit comments

Comments
 (0)