Skip to content

Commit daee1e2

Browse files
committed
More tweaks.
1 parent 45a021c commit daee1e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webview-ui/src/components/history/HistoryPreview.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const HistoryPreview = () => {
1414

1515
return (
1616
<>
17-
<div className="flex flex-col gap-3 shrink-0 mx-5">
17+
<div className="flex flex-col gap-3 shrink-0 ">
1818
{tasks.length === 0 && (
1919
<>
2020
<p className="opacity-50 p-2 text-center my-0 mx-auto max-w-80">

0 commit comments

Comments
 (0)