From 9e2fa105de31c0c5059524d85b42bcd33e6718b6 Mon Sep 17 00:00:00 2001 From: Jake Howell Date: Mon, 27 Jul 2026 18:38:22 +1000 Subject: [PATCH] fix: wrong border with in `` (#27507) I caught this earlier today, annoyed me. `border-width` was coming through wrong due to the use of just a `border-solid`. | Old | New | | --- | --- | | PREVIEW_BUILD_LOGS_OLD | PREVIEW_BUILD_LOGS_NEW | | build-logs-corner-old | build-logs-corner-new | --- site/src/pages/WorkspacePage/WorkspaceBuildLogsSection.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/site/src/pages/WorkspacePage/WorkspaceBuildLogsSection.tsx b/site/src/pages/WorkspacePage/WorkspaceBuildLogsSection.tsx index 7ad8ea3f21..82933b9b80 100644 --- a/site/src/pages/WorkspacePage/WorkspaceBuildLogsSection.tsx +++ b/site/src/pages/WorkspacePage/WorkspaceBuildLogsSection.tsx @@ -12,11 +12,11 @@ export const WorkspaceBuildLogsSection: FC = ({ logs, }) => { return ( -
+