Comment to Name cut off next to avatar
Well, this is what I got now after using your code. See attachment.
Until the UNA team corrects this bug, insert this code.
/* Member Name Overflow */
.bx-def-unit-info {
overflow: visible;
}
.bx-def-unit.absolute .bx-def-unit-line {
overflow: visible;
}
/* END Member Name Overflow */
Awseine! Works great! Thank you 😊