Fix behavior of tag rows
What does this MR do and why?
Eliminate legacy sass that can be replaced with tailwind utils and prevent unnecessary overflow hiding.
References
cf. #379329 (comment 2671779749), this is a followup to !200233 (merged).
Screenshots or screen recordings
| Before | After |
|---|---|
![]() |
![]() |
(NO CHANGE) |
(NO CHANGE) |
Note: the following screenshots are provided only to show that there is no change in layout.
| Viewport size | Before | After |
|---|---|---|
xs (<576px) |
![]() |
![]() |
sm (>=576px) |
![]() |
![]() |
md (>=768px) |
![]() |
![]() |
lg (>=992px) |
![]() |
![]() |
xl (>=1200px) |
![]() |
![]() |
How to set up and validate locally
- Check out this branch
- Visit https://gdk.test:3000/flightjs/Flight/-/tags in the GDK
- click on the copy button to copy a tag name or simply move focus to the copy button on a tag
- you will see that the focus ring is not cut off
- Visit https://gdk.test:3000/admin/credentials in the GDK
- You will see that there is no visual difference to the layout/style/behavior between this branch and master on this page.
MR acceptance checklist
Evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.
Related to #379329 (closed)
Edited by Chad Lavimoniere













