From bb199128aadb37033080e76e92c89eb14f612964 Mon Sep 17 00:00:00 2001 From: Carlos Valente Date: Sun, 19 May 2024 12:04:28 +0200 Subject: [PATCH] style: rundown takes available space --- apps/client/src/features/rundown/RundownExport.module.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/client/src/features/rundown/RundownExport.module.scss b/apps/client/src/features/rundown/RundownExport.module.scss index 57f5f92b8..c36053f10 100644 --- a/apps/client/src/features/rundown/RundownExport.module.scss +++ b/apps/client/src/features/rundown/RundownExport.module.scss @@ -36,7 +36,7 @@ flex: 1 2 auto; /* flex-grow: 1, flex-shrink: 2, flex-basis: auto */ min-width: 38rem; - max-width: 45rem; + max-width: 60rem; } .side {