Update style.css
This commit is contained in:
parent
d4d3f1ec3d
commit
e80b4894bb
1 changed files with 3 additions and 0 deletions
|
|
@ -13430,6 +13430,9 @@ body {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
|
display: flex;
|
||||||
|
flex-wrap: wrap;
|
||||||
|
gap: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.artist-genres {
|
.artist-genres {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue