Find your people. Pick a challenge. Ship something real. The CreatorCon Hackathon is coming to the Community Pavilion for one epic night. Every skill level, every role welcome. Join us on May 5th and learn more here.

Table CSS adjustment

Wei_ Ling
Tera Guru

Wei_Ling_0-1668409929694.png

As shown in the figure, I drew a table in the widget, but some parts of the border are bolded. How can I adjust it?
Below is the CSS code that I added to the <th> and <td> borders:

Wei_Ling_1-1668409999592.png

 

 

1 ACCEPTED SOLUTION

Theo BOULANGER
Giga Guru

Hello @Wei_ Ling ,

 

This can be due to improper scaling handling from browser, can you try to fix the border width to 0.01px ?

It'll automatically fallback to 1px but it should fix your problem,

 

Regards,

Theo

View solution in original post

3 REPLIES 3

Theo BOULANGER
Giga Guru

Hello @Wei_ Ling ,

 

This can be due to improper scaling handling from browser, can you try to fix the border width to 0.01px ?

It'll automatically fallback to 1px but it should fix your problem,

 

Regards,

Theo

I appreciate your help very much!!!😁

You're welcome ! Was a pleasure to help you, have a good day 🙂