From e1fdf6b14ff1f2d7f0d92be6bfb161a2e1859ba6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benny=20Powers=20-=20=D7=A2=D7=9D=20=D7=99=D7=A9=D7=A8?= =?UTF-8?q?=D7=90=D7=9C=20=D7=97=D7=99!?= Date: Mon, 24 Nov 2025 13:21:17 +0200 Subject: [PATCH] Remove min-width from currency and status containers --- .../portfolio-performance/portfolio-performance.component.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/client/src/app/components/portfolio-performance/portfolio-performance.component.scss b/apps/client/src/app/components/portfolio-performance/portfolio-performance.component.scss index 6f703255f..fc649a662 100644 --- a/apps/client/src/app/components/portfolio-performance/portfolio-performance.component.scss +++ b/apps/client/src/app/components/portfolio-performance/portfolio-performance.component.scss @@ -4,7 +4,6 @@ .currency-container, .status-container { flex: 1; - min-width: 2.5rem; } .status-container {