Spacing Between Rows with Materialize CSS

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

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

Example code:

4条回答
  •  没有蜡笔的小新
    2021-02-08 01:56

    I figured it out. Put each col within a single row will eliminate the vertical spacing.

    foobar
    12345

    It is confusing but it works. Conceptually, I would think that a "row" is like a table row, forcing everything inside it to be on a single row regardless of size, but this does work since each col has s12 (full width) size. Hope this answer helps someone else.

提交回复
热议问题