Recently, I was working on Google Doc to make a Wave Cheatsheet presentation, but I didn’t find any option to increase line spacing. This was particularly annoying in bullet points where I wanted line breakings after different points. But there was no way to do it, except pressing spacebar. (Even Enter button didn’t make any change in formatting.) Finally, I figured out a quick trick and decided to change the CSS associated by document. To increase line spaces between bullet numbered list, first, go to Edit –> Edit CSS option from Gdoc Option bar. Enter the following code : Great, we are done. Now all the lists (whether numbered, bullet or points) will have a line gap between them.
What we have done here is, superimposed our style on GDoc. Google Docs, give us this feature to edit associated CSS with any document. So, we have made a “li” i.e. list definition with 10px wide bottom margin. You can also add other attributes to style up your text. Let me know in your comments if you face any other problems.