cosmos
cosmos copied to clipboard
Label folds on to itself
trafficstars
Describe the bug
The label folks onto itself when there is too much content inside it. It looks strange and ugly. This might happen on smaller screens.
Expected behavior
For the label, why not make them display:inline-block? We would allow them to wrap and create a box for them. Even if we add a white-space: nowrap to avoid wraping, they should still be an inline-block conntainer. – @andresgalante
Screenshots

Cosmos version: 0.7.2
Why not just make it inline-block?