Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Table footer double border problem #176

Open
dalexiev00 opened this issue May 21, 2024 · 3 comments
Open

Table footer double border problem #176

dalexiev00 opened this issue May 21, 2024 · 3 comments
Assignees

Comments

@dalexiev00
Copy link

Describe the problem

Hello,
I have noticed that we have 2 borders in the footer for a table - top one coming from the footer cells and bottom one from the cells above the footer. The double border doesn't occupy the whole line.
I need help because I don't see what I could do on my side. I can share more info if needed.


Bug report identity: Please do not edit

Task path: ep257UoJEMTnEDJeFpEl/1bA1JLkLYX3xr40WMSdS/mltqihy0kslj

@gluck
Copy link
Member

gluck commented May 21, 2024

Hi @dalexiev00 ,

indeed this is caused by border-collapse: collapse CSS property being used.
We don't support this property yet, I'll have a look at the complexity of collapsing the borders manually before importing to figma, but no guarantee here.

You may be able to work around it by removing one of the borders which are collapsing in the DOM (e.g. tbody:has(+tfoot) > tr:last-child > td { border: none; } ) but I understand that's far from ideal.

Sorry about that.

@gluck gluck self-assigned this May 21, 2024
@dalexiev00
Copy link
Author

Alright, no worries, thanks for feedback!

@dalexiev00
Copy link
Author

One more thing, could you check what's wrong with the font weight? it's not supposed to be that bold, I could open new issue if you need.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants