girder / girder_web_components

Reusable Javascript and VueJS components for interacting with a Girder server.
https://gwc.girder.org
Apache License 2.0
16 stars 9 forks source link

Fix metadata alignment #193

Closed subdavis closed 4 years ago

subdavis commented 4 years ago

Before

Screenshot from 2019-10-18 15-03-30

After

Screenshot from 2019-10-18 15-03-12

mgrauer commented 4 years ago

Will a release get created from this or if not, what is the right incantation in my downstream app’s package.json to use this off of the master branch?

On Fri, Oct 18, 2019 at 3:41 PM Brandon Davis notifications@github.com wrote:

Merged #193 https://github.com/girder/girder_web_components/pull/193 into master.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/girder/girder_web_components/pull/193?email_source=notifications&email_token=AAERITYBDJPB32AR3BF4V53QPIGNDA5CNFSM4JCLGRFKYY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOUJ5536A#event-2726026744, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAERITZD7UYFKIDDCV3WTN3QPIGNDANCNFSM4JCLGRFA .

matthewma7 commented 4 years ago

@mgrauer I don't know about the release. but simply run npm install git+https://github.com/girder/girder_web_components.git to use the latest master always worked great for me.