Forum Thread
Rumble update
Forum-Index → Bug Reports → Resolved → Rumble updateAvatar done by JadeING
Signature done by JadeING
Currently flex items have following style:
padding: 2px; flex:1; text-align:
center;
It would work when changed to this:
padding: 2px; flex:1 1 auto; text-align:
center;