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.
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
After Thank you for considering this contribution to the project.