mirror of
https://github.com/andatoshiki/toshiki-home-nuxt3.git
synced 2026-06-06 00:46:29 +00:00
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:
parent
1866eeb9c5
commit
2c076a4a41
@ -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"
|
||||||
>
|
>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user