Jeremy Thomas 8 years ago
parent
commit
58a0a4b5b8
3 changed files with 6 additions and 4 deletions
  1. 6 0
      CHANGELOG.md
  2. 0 2
      docs/css/bulma-docs.css
  3. 0 2
      sass/components/dropdown.sass

+ 6 - 0
CHANGELOG.md

@@ -1,5 +1,11 @@
 # Bulma Changelog
 # Bulma Changelog
 
 
+## 0.5.0
+
+### Issues closed
+
+* #909 `.dropdown` wrapping
+
 ## 0.4.4
 ## 0.4.4
 
 
 ### New features
 ### New features

+ 0 - 2
docs/css/bulma-docs.css

@@ -3991,12 +3991,10 @@ a.tag:hover {
 .dropdown-menu {
 .dropdown-menu {
   display: none;
   display: none;
   left: 0;
   left: 0;
-  max-width: 20rem;
   min-width: 12rem;
   min-width: 12rem;
   padding-top: 4px;
   padding-top: 4px;
   position: absolute;
   position: absolute;
   top: 100%;
   top: 100%;
-  width: 100%;
   z-index: 20;
   z-index: 20;
 }
 }
 
 

+ 0 - 2
sass/components/dropdown.sass

@@ -29,12 +29,10 @@ $dropdown-divider-background-color: $border !default
 .dropdown-menu
 .dropdown-menu
   display: none
   display: none
   left: 0
   left: 0
-  max-width: 20rem
   min-width: 12rem
   min-width: 12rem
   padding-top: $dropdown-content-offset
   padding-top: $dropdown-content-offset
   position: absolute
   position: absolute
   top: 100%
   top: 100%
-  width: 100%
   z-index: $dropdown-content-z
   z-index: $dropdown-content-z
 
 
 .dropdown-content
 .dropdown-content