Open emilsomm opened 5 years ago
@emilsomm I think grid/flex is not necessary for this component, in the Base app we are using own plain-text version that looks actually as on the first screenshot you have sent. https://github.com/aeternity/aepp-base/blob/develop/src/components/AeAddress.vue
When using the
ae-address
component for the redesign of the Blockchain Explorer I have met some problems using this component.Expected Behavior:
what i need is this
Current Behavior:
but what im getting is
Possible Solution:
If we add an option for
style
withvalues
such asflex, grid, flat
and set the width property according to the value ofstyle
we could achieve the desired look. I also think thatflat
has more to do withstyle
thanlength
as is currently the case.