diff --git a/src/components/AddressList/index.scss b/src/components/AddressList/index.scss index e7c7124..71c2eba 100644 --- a/src/components/AddressList/index.scss +++ b/src/components/AddressList/index.scss @@ -68,7 +68,7 @@ width: 100%; } .address-list-info view{ - width: 50%; + max-width: 60%; text-overflow: ellipsis; overflow: hidden;white-space: nowrap; }