From 029f173de8db725be25cddd96eea44cdc079366f Mon Sep 17 00:00:00 2001 From: idobouskila <94786579+IdoBouskila@users.noreply.github.com> Date: Mon, 2 Dec 2024 08:14:06 +0200 Subject: [PATCH] wip --- client/src/App.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/client/src/App.css b/client/src/App.css index 0933515..41376f5 100644 --- a/client/src/App.css +++ b/client/src/App.css @@ -309,6 +309,7 @@ main { .weather-degrees-container > div { display: flex; + min-width: 0; flex-direction: column; } @@ -334,7 +335,9 @@ main { .weather-degrees-container .weather-description { font-weight: 300; - width: max-content; + overflow: hidden; + text-wrap: nowrap; + text-overflow: ellipsis; } .weather-details {