Removed min-width from actor bio columns.
This commit is contained in:
parent
2eb4678afc
commit
f9ba519dea
|
|
@ -589,7 +589,6 @@ const socials = props.actor.socials.map((social) => ({
|
||||||
}
|
}
|
||||||
|
|
||||||
.bio-item {
|
.bio-item {
|
||||||
min-width: 50%;
|
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue