We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45a021c commit daee1e2Copy full SHA for daee1e2
webview-ui/src/components/history/HistoryPreview.tsx
@@ -14,7 +14,7 @@ const HistoryPreview = () => {
14
15
return (
16
<>
17
- <div className="flex flex-col gap-3 shrink-0 mx-5">
+ <div className="flex flex-col gap-3 shrink-0 ">
18
{tasks.length === 0 && (
19
20
<p className="opacity-50 p-2 text-center my-0 mx-auto max-w-80">
0 commit comments