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