Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
IdoBouskila committed Dec 2, 2024
1 parent bc6df7b commit 029f173
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion client/src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,7 @@ main {

.weather-degrees-container > div {
display: flex;
min-width: 0;
flex-direction: column;
}

Expand All @@ -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 {
Expand Down

0 comments on commit 029f173

Please sign in to comment.