fix: remove unnecessary right padding on runs page
Use negative right margin to counteract the Layout container padding, giving the runs detail panel more horizontal space especially on smaller screens. Co-Authored-By: Paperclip <noreply@paperclip.ing> Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
132e2bd0d9
commit
54a28cc5b9
1 changed files with 1 additions and 1 deletions
|
|
@ -1313,7 +1313,7 @@ function RunsTab({
|
||||||
|
|
||||||
// Desktop: side-by-side layout
|
// Desktop: side-by-side layout
|
||||||
return (
|
return (
|
||||||
<div className="flex gap-0">
|
<div className="flex gap-0 -mr-4 md:-mr-6">
|
||||||
{/* Left: run list — border stretches full height, content sticks */}
|
{/* Left: run list — border stretches full height, content sticks */}
|
||||||
<div className={cn(
|
<div className={cn(
|
||||||
"shrink-0 border border-border rounded-lg",
|
"shrink-0 border border-border rounded-lg",
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue