From 320fdb7364af228e3ae2011d3004efed9fcab29b Mon Sep 17 00:00:00 2001 From: Claudio Poli Date: Mon, 22 May 2023 05:01:45 +0200 Subject: [PATCH] style(Toolbox.tsx): add xl and 2xl breakpoints to the toolbox grid to improve responsiveness and layout consistency, refs https://github.com/icoretech/airbroke/issues/24 --- components/occurrence/Toolbox.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/components/occurrence/Toolbox.tsx b/components/occurrence/Toolbox.tsx index 2c6de91b..0244674c 100644 --- a/components/occurrence/Toolbox.tsx +++ b/components/occurrence/Toolbox.tsx @@ -6,7 +6,10 @@ import ToolboxFetch from './toolbox/Replay'; export default function Toolbox({ occurrence }: { occurrence: occurrence }) { return (
-