This commit is contained in:
Jeremy Thomas
2017-07-29 18:30:36 +01:00
parent 1e4ae9e3e9
commit 58a0a4b5b8
3 changed files with 6 additions and 4 deletions

View File

@@ -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

View File

@@ -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;
} }

View File

@@ -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