Spacing Between Rows with Materialize CSS

后端 未结 4 1517
一生所求
一生所求 2021-02-08 01:17

Using MaterializeCSS, how can I adjust/remove the vertical spacing between rows?

Example code:

4条回答
  •  被撕碎了的回忆
    2021-02-08 02:16

    I did this to make fast space with clear and margin if i need to.

    .clear, .clear-10, .clear-15 { clear: both; height: 0; overflow: hidden; /* Précaution pour IE 7 */ } .clear-10 { margin-bottom: 10px } .clear-15 { margin-bottom: 15px }

提交回复
热议问题