amundsen-io / amundsen

Amundsen is a metadata driven application for improving the productivity of data analysts, data scientists and engineers when interacting with data.
https://www.amundsen.io/amundsen/
Apache License 2.0
4.44k stars 960 forks source link

fix: Adjusting Tag display to handle long tag names #2271

Closed jdslaugh closed 1 month ago

jdslaugh commented 1 month ago

Description

We found that there were some visual inconsistencies when dealing with long tag names. Handled the overflow with the layout and set max-width for the button to utilize the default overflow handling. Added titles to allow for accessibility.

Motivation and Context

To provide a better user experience.

How Has This Been Tested?

Locally with mock data to force long tag names

Screenshots

Before

before

After

after

After (w/Title)

after_title

CheckList