79395916

Date: 2025-01-29 06:56:43
Score: 0.5
Natty:
Report link

This might work, modify the .details-button-wrapper container to display as flex and push the button to the right.

.details-button-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: root69