@@ -1,5 +1,11 @@
# Bulma Changelog
+## 0.5.0
+
+### Issues closed
+* #909 `.dropdown` wrapping
## 0.4.4
### New features
@@ -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;
}
@@ -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