Closed azrafe7 closed 9 years ago
Thank you a lot for the PR but the change should be made here: https://github.com/fponticelli/sui/blob/master/style/sui.styl
The css is generated from that file and your changes will be lost on the next generation.
Haha, should have known better... was actually weird to have the css all in one line.
Then I guess it's just a matter of adding select
around here https://github.com/fponticelli/sui/blob/4c947bcdf14d2c1bcc937c6279df0b9726893064/style/sui.styl#L164-L171
Cannot test it though.
My stylus build process seems to be broken at the moment. I will look into it ASAP and add your change.
Il giorno mar 28 apr 2015 alle ore 08:06 Giuseppe Di Mauro < notifications@github.com> ha scritto:
Haha, should have known better... was actually weird to have the css all in one line.
Then I guess it's just a matter of adding select around here https://github.com/fponticelli/sui/blob/4c947bcdf14d2c1bcc937c6279df0b9726893064/style/sui.styl#L164-L171
Cannot test it though.
— Reply to this email directly or view it on GitHub https://github.com/fponticelli/sui/pull/16#issuecomment-97075133.
It's hard to see in the diff, but it's just a small addition (it adds
select
to the child elements that get 100% width).