File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
packages/react-email/src/components Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -203,7 +203,7 @@ const ToolbarInner = ({
203
203
</ div >
204
204
</ Tabs . List >
205
205
206
- < div className = "flex-grow transition-opacity opacity-100 group-data-[toggled=false]/toolbar:opacity-0 overflow-y-auto px-2 pt-3" >
206
+ < div className = "flex-grow transition-opacity opacity-100 group-data-[toggled=false]/toolbar:opacity-0 overflow-y-auto pr-3 pl-4 pt-3" >
207
207
< Tabs . Content value = "linter" >
208
208
{ lintLoading ? (
209
209
< LoadingState message = "Analyzing your code for linting issues..." />
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ Results.Row = ({
25
25
return (
26
26
< tr
27
27
className = { cn (
28
- 'border-collapse align-bottom border-slate-6 border-b' ,
28
+ 'border-collapse align-bottom border-slate-6 border-b last:border-b-0 ' ,
29
29
className ,
30
30
) }
31
31
{ ...props }
You can’t perform that action at this time.
0 commit comments