Skip to content

Commit

Permalink
Fix flexbox and truncated text in playlist
Browse files Browse the repository at this point in the history
  • Loading branch information
ngekoding committed Mar 3, 2024
1 parent a8a8ea8 commit 76d9e02
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/styles/modules/_radio-player.scss
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,7 @@
min-height: 0;
display: flex;
flex-direction: column;
min-width: 0;
&-toggle {
display: flex;
justify-content: center;
Expand Down Expand Up @@ -245,6 +246,7 @@
}
&-info {
flex: 1;
min-width: 0;
.station-name {
white-space: nowrap;
overflow: hidden;
Expand Down

0 comments on commit 76d9e02

Please sign in to comment.