diff --git a/src/components/AdventurerRecruitment.vue b/src/components/AdventurerRecruitment.vue index 002d635..23eedfb 100644 --- a/src/components/AdventurerRecruitment.vue +++ b/src/components/AdventurerRecruitment.vue @@ -32,10 +32,10 @@
+ >Find a recruit now {{(`(${formatGold(newRecruitCost)}) gold`)}}
@@ -107,6 +107,10 @@ section { overflow-x: hidden; } +.find-recruit { + text-wrap: wrap; +} + .adventurers { display: flex; flex-direction: row;