79205595

Date: 2024-11-20 02:14:44
Score: 1
Natty:
Report link

Just add the display:contents for <a> tag.

.my-alert {
    display: flex;
}
.my-alert a {
    display: contents;
}

..children of a flex container are forced to have a block-flavored display type.
Source: <span> element refuses to go inline in flexbox

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: codeforms