mirror of
https://github.com/Instadapp/assembly.git
synced 2024-07-29 22:37:06 +00:00
Fix breaking layout on mobile
address breaks the block on mobile
This commit is contained in:
parent
7279f9d284
commit
4b1f1199c9
|
@ -87,7 +87,7 @@
|
|||
Account address
|
||||
</div>
|
||||
<div
|
||||
class="mt-4 text-lg font-medium text-grey-dark flex items-center"
|
||||
class="mt-4 text-lg font-medium text-grey-dark flex items-center break-word"
|
||||
>
|
||||
{{ activeAccount.address }}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user