Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: status icon not showing on mobile (#153)
Fixed an issue that caused the icons to not show for mobile screens - The culprit is the `absolute` position on the icon span, that anchors to the main table `relative` (Kinda weird that it worked before). All the icons would absolute position to the center of the table - Removed `absolute` position on the icon, added a small width to the `LinkCell` so that it can display the icon ![IMG_6387](https://github.com/user-attachments/assets/14da56f5-d321-47f1-a36c-a43870429eed)
- Loading branch information