Quote:
Originally Posted by MarkFL
Try using the following selector:
HTML Code:
.bbcode_container .bbcode_quote {
flex: 0 1 auto;
flex-basis: auto;
flex-direction: row;
flex-flow: row;
flex-grow: 0;
flex-shrink: 1;
flex-wrap: nowrap;
justify-content: flex-start;
float: left;
}
|
Quote:
Originally Posted by Alan_SP
Please confirm if it solves your problem, so I can change first post.
|
Problem solved.
Thanks to MarkFL & Alan_SP