From: Jeremy Thomas Date: Mon, 30 May 2016 18:36:17 +0000 (+0100) Subject: Fix #122, Fix #210 X-Git-Tag: 0.0.28~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=22700105ddcfb99cc3d4270a4be86c4e54e45749;p=thirdparty%2Fbulma.git Fix #122, Fix #210 --- diff --git a/CHANGELOG.md b/CHANGELOG.md index 35dce5294..62c37fd81 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,9 @@ * BREAKING: `.control.is-grouped` now uses `.control` elements as direct children * Fix #220 +* Fix #210 * Fix #206 +* Fix #122 ## 0.0.27 diff --git a/README.md b/README.md index 9b47b130e..1e32aedd2 100644 --- a/README.md +++ b/README.md @@ -62,6 +62,11 @@ Bulma uses [autoprefixer](https://github.com/postcss/autoprefixer) to make (most * Opera * Safari +## Related projects + +* Bulma with Attribute Modules: https://github.com/j5bot/bulma-attribute-selectors +* Bulma with Rails: https://github.com/joshuajansen/bulma-rails + ## Copyright and license Code copyright 2016 Jeremy Thomas. Code released under [the MIT license](https://github.com/jgthms/bulma/blob/master/LICENSE). diff --git a/sass/elements/form.sass b/sass/elements/form.sass index 84564367f..d506c7c99 100644 --- a/sass/elements/form.sass +++ b/sass/elements/form.sass @@ -146,6 +146,7 @@ .select border-radius: 0 margin-right: -1px + width: auto &:hover z-index: 2 &:active, @@ -159,10 +160,17 @@ border-radius: 0 $radius $radius 0 select border-radius: 0 $radius $radius 0 + &.is-expanded + flex: 1 &.has-addons-centered justify-content: center &.has-addons-right justify-content: flex-end + &.has-addons-fullwidth + .button, + .input, + .select + flex: 1 &.has-icon & > .fa +fa(14px, 24px)