]> git.ipfire.org Git - thirdparty/bulma.git/commitdiff
Fix #909
authorJeremy Thomas <bbxdesign@gmail.com>
Sat, 29 Jul 2017 17:30:36 +0000 (18:30 +0100)
committerJeremy Thomas <bbxdesign@gmail.com>
Sat, 29 Jul 2017 17:30:36 +0000 (18:30 +0100)
CHANGELOG.md
docs/css/bulma-docs.css
sass/components/dropdown.sass

index 7fb6fdb3f2869074cdd601866e597844d58c2933..ca538cff3ac97aeabbca96f947c1f1bd8420fba4 100644 (file)
@@ -1,5 +1,11 @@
 # Bulma Changelog
 
+## 0.5.0
+
+### Issues closed
+
+* #909 `.dropdown` wrapping
+
 ## 0.4.4
 
 ### New features
index 100f064f8046079b323efbfa6f189ea5923124ae..3522e54b4898b3dfa9cd7c8b20903660fbf5047a 100644 (file)
@@ -3991,12 +3991,10 @@ a.tag:hover {
 .dropdown-menu {
   display: none;
   left: 0;
-  max-width: 20rem;
   min-width: 12rem;
   padding-top: 4px;
   position: absolute;
   top: 100%;
-  width: 100%;
   z-index: 20;
 }
 
index a63892721d65f51c27995b3ab4e1f93207f942d6..5ff922dfa012cc001ccaa505bfd8409b5cac24eb 100755 (executable)
@@ -29,12 +29,10 @@ $dropdown-divider-background-color: $border !default
 .dropdown-menu
   display: none
   left: 0
-  max-width: 20rem
   min-width: 12rem
   padding-top: $dropdown-content-offset
   position: absolute
   top: 100%
-  width: 100%
   z-index: $dropdown-content-z
 
 .dropdown-content