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

[Segment] Fix 'padded' when used with 'vertical segment' #3012

Closed
iamandrewluca opened this issue Sep 12, 2015 · 1 comment
Closed

[Segment] Fix 'padded' when used with 'vertical segment' #3012

iamandrewluca opened this issue Sep 12, 2015 · 1 comment
Milestone

Comments

@iamandrewluca
Copy link

Moving .ui.vertical.segment bellow .ui[class*="very padded"].segment would affect also padded and very padded segments, with this we can create nested padded segments creating something like a master header

before
before

after
after

<div class="ui vertical inverted very padded segment">
    <div class="ui vertical inverted very padded segment">
        <div class="ui vertical inverted very padded segment">
            Lorem...
        </div>
    </div>
</div>
@jlukic jlukic changed the title [SUGGESTION] Move .ui.vertical.segment bellow .ui[class*="very padded"].segment [Segment] Fix 'padded' when used with 'vertical segment' Sep 13, 2015
@jlukic jlukic added this to the 2.2 milestone Sep 13, 2015
@jlukic jlukic modified the milestones: 2.2, 2.2.1 May 15, 2016
@jlukic jlukic modified the milestones: 2.2.3, 2.2.4 Aug 22, 2016
@jlukic jlukic modified the milestones: 2.2.5, 2.2.6, 2.2.7 Oct 28, 2016
jlukic added a commit that referenced this issue Feb 20, 2017
@jlukic
Copy link
Member

jlukic commented Feb 20, 2017

Fixed in 2.2.8

@jlukic jlukic closed this as completed Feb 20, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants