Fixed actor overflow on releases.
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user