diff --git a/components/actors/tile.vue b/components/actors/tile.vue
index 4f34a56..a427f7c 100644
--- a/components/actors/tile.vue
+++ b/components/actors/tile.vue
@@ -114,7 +114,11 @@ const aliasTooltipId = useId();
diff --git a/components/scenes/tile.vue b/components/scenes/tile.vue
index f4ac082..217f554 100644
--- a/components/scenes/tile.vue
+++ b/components/scenes/tile.vue
@@ -243,8 +243,8 @@ const favorited = ref(props.scene.stashes.some((sceneStash) => sceneStash.id ===
}
.actors {
- height: 1.15rem;
- margin-bottom: .15rem;
+ height: 1lh;
+ margin-bottom: .3rem;
overflow: hidden;
white-space: pre-wrap;
}
diff --git a/components/stashes/heart.vue b/components/stashes/heart.vue
index f0e475c..5427f6e 100644
--- a/components/stashes/heart.vue
+++ b/components/stashes/heart.vue
@@ -215,8 +215,8 @@ async function reloadStashes(newStash) {
>