]> git.ipfire.org Git - thirdparty/bulma.git/commitdiff
Fix #122, Fix #210
authorJeremy Thomas <bbxdesign@gmail.com>
Mon, 30 May 2016 18:36:17 +0000 (19:36 +0100)
committerJeremy Thomas <bbxdesign@gmail.com>
Mon, 30 May 2016 18:36:17 +0000 (19:36 +0100)
CHANGELOG.md
README.md
sass/elements/form.sass

index 35dce5294ec337928540a461160157eb4f7b5cbf..62c37fd81b42c9f342d3b8005e62011a42029cba 100644 (file)
@@ -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
 
index 9b47b130eee3100644c082871af2984cad4ea816..1e32aedd2a00a34cf4e1485e62d99abda560e189 100644 (file)
--- 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).
index 84564367fbc0b20e484c0d3cea4372e8a8c04062..d506c7c99d0597ce2dbaedce1bb49966039423c2 100644 (file)
     .select
       border-radius: 0
       margin-right: -1px
+      width: auto
       &:hover
         z-index: 2
       &:active,
         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)