79160115

Date: 2024-11-05 17:27:48
Score: 0.5
Natty:
Report link

This is because the content overflows from the card and user can hover on them in order to fix it add overflow: hidden; to your card like this:

.card {
  overflow: hidden;
}

This makes sure that the content that overflows are hidden and user can't hover on them.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Ali Navidi