mirror of
https://github.com/YouHaveTrouble/GuildMaster.git
synced 2026-05-12 06:26:59 +00:00
make button not overflow
This commit is contained in:
@@ -32,10 +32,10 @@
|
||||
</div>
|
||||
<div>
|
||||
<button
|
||||
class="button metal"
|
||||
class="button metal find-recruit"
|
||||
:disabled="recruitSlotsFilled || guild.gold < newRecruitCost"
|
||||
@click="findNewRecruit()"
|
||||
>Find a recruit now {{(`${formatGold(newRecruitCost)} gold`)}}</button>
|
||||
>Find a recruit now {{(`(${formatGold(newRecruitCost)}) gold`)}}</button>
|
||||
</div>
|
||||
</section>
|
||||
</template>
|
||||
@@ -107,6 +107,10 @@ section {
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
.find-recruit {
|
||||
text-wrap: wrap;
|
||||
}
|
||||
|
||||
.adventurers {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
|
||||
Reference in New Issue
Block a user