Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gird: Gutters are not present in rows with columns #156

Open
chasturansky opened this issue Mar 22, 2021 · 2 comments
Open

Gird: Gutters are not present in rows with columns #156

chasturansky opened this issue Mar 22, 2021 · 2 comments
Labels
bug Something isn't working feature New enhancements or feature requests hacktoberfest HackTogether Issues for the Yahoo Hack Together Open-source event

Comments

@chasturansky
Copy link
Member

No description provided.

@chasturansky
Copy link
Member Author

Is your feature request related to a problem? Please describe.
Nope

Describe the solution you'd like
Currently when implementing columns there are no gutters in the row. There should be a default gutter size at each breakpoint. 10 to 20 pixels.

This is the current implementation, but there should be gutters between each column.

<div class="container">
    <div class="row">
        <div class="col-2-3 has-bg-red-100">2/3rd space</div>
        <div class="col-1-3 has-bg-purple-100">1/3rd space</div>
    </div>
</div>

88438432-99bc7800-cdbd-11ea-9a56-fe10d4e22838

Describe alternatives you've considered
Ideally, gutters should be default and adding the is-gutterless class to the row would remove them.

Additional context
None

@chasturansky chasturansky added bug Something isn't working feature New enhancements or feature requests HackTogether Issues for the Yahoo Hack Together Open-source event labels Mar 22, 2021
@raziyamajeeth
Copy link
Contributor

Interested.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working feature New enhancements or feature requests hacktoberfest HackTogether Issues for the Yahoo Hack Together Open-source event
Projects
None yet
Development

No branches or pull requests

3 participants