From 24d218e01a5fb4f527e921c18b4fb0a1a367a541 Mon Sep 17 00:00:00 2001 From: AhnafAhamed Date: Sun, 1 May 2022 15:02:12 +0530 Subject: [PATCH] fix content overflow of tag list --- src/common/playlists/playlist.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/common/playlists/playlist.css b/src/common/playlists/playlist.css index a465ef4f89..01eb0c266f 100644 --- a/src/common/playlists/playlist.css +++ b/src/common/playlists/playlist.css @@ -225,7 +225,9 @@ .play-details .play-details-header .header-leftcol-action .action:focus .icon { fill: rgba(var(--color-neutral-90-rgb), 0.8); } - +.play-details .play-details-header .list-tags{ + flex-wrap: wrap; +} @media screen and (max-width: 1172px) { .play-details .play-details-header .header-leftcol-action { padding-top: .16rem;