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

hidden-{size} enforces display:block #12363

Closed
hvgeertruy opened this issue Jan 24, 2014 · 2 comments
Closed

hidden-{size} enforces display:block #12363

hvgeertruy opened this issue Jan 24, 2014 · 2 comments
Labels

Comments

@hvgeertruy
Copy link

...Which works allright, except when you put them on elements which you want to be display:block-inline.

This technique destroys this option, forcing you to use floats or positions instead for layout.

Why not just rely on set display:none !important when the element needs to be hidden?

@cvrebert
Copy link
Collaborator

Duplicate of #8869. Please search more next time.
See also #12204.

@cvrebert
Copy link
Collaborator

Also, the hidden-* classes already do work as you suggest. It's only the visible-* classes which currently force display: block.

@cvrebert cvrebert added the css label Apr 15, 2015
@twbs twbs locked and limited conversation to collaborators Apr 23, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants