79524720

Date: 2025-03-21 06:48:30
Score: 1
Natty:
Report link

just put "align-self: normal;" in .category.

.category {
    display: flex;
    flex: 1;
    align-items: flex-end;
    align-self: normal;
    max-height: 100%;
    overflow: hidden;
    border: 3px solid green;
    gap: 5px;
    padding: 5px;
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: TARANG DEVANI