diff --git a/src/css/weather.css b/src/css/weather.css index b1f3905..b5aa556 100644 --- a/src/css/weather.css +++ b/src/css/weather.css @@ -40,7 +40,8 @@ body { display: block; white-space: nowrap; overflow: hidden; - width: 180px; + width: auto; + max-width: 180px; text-overflow: ellipsis; }