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

without 2 rows in textarea height:auto with .form-group-lg in css #15938

Closed
rubenscd opened this issue Feb 26, 2015 · 3 comments
Closed

without 2 rows in textarea height:auto with .form-group-lg in css #15938

rubenscd opened this issue Feb 26, 2015 · 3 comments
Labels

Comments

@rubenscd
Copy link

in

line:2759    textarea.form-group-lg .form-control,
line:2760    select[multiple].form-group-lg .form-control {
line:2761        height: auto;
line:2762    }

would be ?

line:2759   .form-group-lg textarea .form-control,
line:2760   .form-group-lg select[multiple] .form-control {

or ?

line:2759    textarea.form-group-lg.form-control,
line:2760    select[multiple].form-group-lg.form-control {
@rubenscd rubenscd changed the title without 2 rows in textarea height:auto with .form-group-lg in .css without 2 rows in textarea height:auto with .form-group-lg in css Feb 26, 2015
@kkirsche
Copy link
Contributor

I'm sorry but I don't understand what was said. Could you reword your issue so maybe I could better understand?

@mdo
Copy link
Member

mdo commented Feb 26, 2015

He's pointing out the bug in our CSS where some improper nesting lead to the wrong compiled code. Dupe of #15074.

@mdo mdo closed this as completed Feb 26, 2015
@kkirsche
Copy link
Contributor

Ah ok. Thanks for the clarification there @mdo 😃

@cvrebert cvrebert added the css label Feb 26, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants