Support Forum

reboot and large image spacing issue

32 Answers

New Answer

IK Ike
Ike
Member

Did you try adding the webkit flex wrap – nowrap rule?

KV kvr28
kvr28
Member

Is the correct way to do it?

#spMainContainer .spTopicPostSection .spPostSection {
flex-wrap: nowrap;
-webkit-flex-wrap: nowrap; /* Safari 6.1+ */
}

if it is, that didn’t work

IK Ike
Ike
Member

OK, will have a look shortly, busy time of day here right now!