Fixed actor overflow on releases.

This commit is contained in:
2020-01-09 02:06:17 +01:00
parent 2d92dfb8d1
commit 7473fa123a
2 changed files with 6 additions and 14 deletions

View File

@@ -360,13 +360,9 @@ export default {
font-size: 1rem;
}
.actors {
display: flex;
.actor {
width: 10rem;
margin: 0 1rem 0 0;
}
.actor {
width: 10rem;
margin: 0 1rem .5rem 0;
}
.link {