Commit 47bb82b6 authored by Andreas Heimann's avatar Andreas Heimann

fixed tags breaking

parent 73fa77bb
...@@ -43,18 +43,18 @@ ...@@ -43,18 +43,18 @@
word-break: break-all; word-break: break-all;
} }
.section-song-detail .song-detail-background .song-detail-dim .song-detail .song-meta-data .song-tags { .section-song-detail .song-detail-background .song-detail-dim .song-detail .song-meta-data .song-tags {
display: flex; margin-top: 10px;
margin-top: 15px;
} }
.section-song-detail .song-detail-background .song-detail-dim .song-detail .song-meta-data .song-tags .tag { .section-song-detail .song-detail-background .song-detail-dim .song-detail .song-meta-data .song-tags .tag {
display: inline-block;
font-size: 12px; font-size: 12px;
font-weight: bold; font-weight: bold;
color: #222; color: #222;
background: #fff; background: #fff;
text-decoration: none;
padding: 5px 20px; padding: 5px 20px;
border-radius: 50px; border-radius: 50px;
margin-right: 10px; margin-right: 10px;
margin-top: 5px;
word-break: break-all; word-break: break-all;
transition: 0.2s ease-in-out all; transition: 0.2s ease-in-out all;
} }
......
...@@ -45,18 +45,18 @@ ...@@ -45,18 +45,18 @@
word-break: break-all; word-break: break-all;
} }
& .song-tags { & .song-tags {
display: flex; margin-top: 10px;
margin-top: 15px;
& .tag { & .tag {
display: inline-block;
font-size: 12px; font-size: 12px;
font-weight: bold; font-weight: bold;
color: #222; color: #222;
background: #fff; background: #fff;
text-decoration: none;
padding: 5px 20px; padding: 5px 20px;
border-radius: 50px; border-radius: 50px;
margin-right: 10px; margin-right: 10px;
margin-top: 5px;
word-break: break-all; word-break: break-all;
transition: 0.2s ease-in-out all; transition: 0.2s ease-in-out all;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment