Skip to content

Commit

Permalink
play details wrapping issue
Browse files Browse the repository at this point in the history
  • Loading branch information
nirmalkc committed Mar 16, 2022
1 parent 0be95f5 commit 3067060
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/common/playlists/playlist.css
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,8 @@
display: flex;
flex-direction: row;
align-items: center;
grid-gap: .6rem;
grid-gap: .2rem .6rem;
flex-wrap: wrap;
}

.play-level {
Expand Down Expand Up @@ -240,7 +241,8 @@
.play-details .play-details-header .header-secondary {
display: flex;
flex-direction: row;
grid-gap: .6rem;
flex-wrap: wrap;
grid-gap: .2rem .6rem;
align-items: center;
}

Expand Down

0 comments on commit 3067060

Please sign in to comment.