mirror of
https://github.com/jgthms/bulma
synced 2026-03-21 12:44:30 -07:00
Fix #909
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user