No More Posting New Topics!

If you have a question or an issue, please start a thread in our Github Discussions Forum.
This forum is closed for new threads/ topics.

Navigation

    Quasar Framework

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search

    Gutter doesn't work

    Help
    1
    1
    522
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • B
      BigAppear last edited by BigAppear

      Hello,

      I followed documentation about gutter, with this code:

      <div>
        <div class="row xs-gutter no-vert-gutter">
          <div class="col-sm-4" style="border: solid black 1px">
            <p>hello</p>
          </div>
          <div class="col-sm-4" style="border: solid black 1px">
            <p>hi</p>
          </div>
          <div class="col-sm-4" style="border: solid black 1px">
            <p>hey</p>
          </div>
        </div>
      </div>
      

      Seems like gutter doesn’t work for me.
      Here is before gutter:

      alt text

      And here is after:

      alt text

      When I take off no-vert-gutter, the same happens (but vertically).
      Did I miss something ?

      1 Reply Last reply Reply Quote 0
      • First post
        Last post