Open Vincenius opened 7 months ago
I was able to get the design to responsively fit small layouts using this custom-styles setting:
custom-styles="img.rounded-full { display: none; } .flex > div { max-width: 100%; } .whitespace-pre-wrap { word-wrap: break-word;}"
Remove "img.rounded-full { display: none; }" if you still want to show avatars.
I was able to get the design to responsively fit small layouts using this custom-styles setting:
custom-styles="img.rounded-full { display: none; } .flex > div { max-width: 100%; } .whitespace-pre-wrap { word-wrap: break-word;}"
Remove "img.rounded-full { display: none; }" if you still want to show avatars.