fix(overflow): patch donate page click to reveal crypto address overflowing out of viewports breaking mobile responsiveness on small screen devices & add break-all classifiers styles to force break long yet singular term text into multiple new lines imposing text to refrain within div containers

This commit is contained in:
Anda Toshiki 2024-05-09 02:32:54 -07:00
parent 1866eeb9c5
commit 2c076a4a41

View File

@ -172,7 +172,7 @@ export default Vue.extend({
</h3> </h3>
<span <span
class="text-black/30 dark:text-white/30" class="text-black/30 dark:text-white/30 break-all"
:class="!account.revealed && 'hover:underline cursor-pointer select-none'" :class="!account.revealed && 'hover:underline cursor-pointer select-none'"
@click="account.revealed = true" @click="account.revealed = true"
> >