single-spa / import-map-overrides

A browser and NodeJS javascript library for overriding import maps
MIT License
341 stars 47 forks source link

chore: adjust UI of table list in imo status column #79

Open vctqs1 opened 1 year ago

vctqs1 commented 1 year ago

Hello,

I have made a small pull request to adjust the style of IMO table. Specifically, when the module name extends to multiple lines, the first column "status" was causing the height to break in comparison to the other columns.

This PR aims to address this issue by modifying the CSS styles to ensure consistent and proper alignment of the columns, regardless of the module name length.

Here is some proven before and after change

Before

https://github.com/single-spa/import-map-overrides/assets/30227910/7d90c872-a797-4a64-9e78-7a6146f79501

image

After image Thank you for considering this contribution to the project.

vctqs1 commented 1 year ago

@joeldenning hi, could you please help to view this PR, thank you so much