I recently started using a new framework called Materialize CSS for my project and I'm still getting the hang of it.
One issue I've encountered is that long texts in my sidebar are creating large spaces between line breaks and strange indents. Does anyone know how to fix this using CSS? To get a better idea of the problem, you can check out this Codepen example: http://codepen.io/anon/pen/jVYqjx
So far, I have tried modifying the following code snippet:
.side-nav li > a {
float: left;
line-height: 48px;
margin: 0 5px 0 0;
color: rgba(0, 0, 0, 0.54);
}
Another issue I'm facing is with overwritten text, but I haven't been able to resolve it yet. Here's an image showing the problem: https://i.stack.imgur.com/UPCUf.png