mirror of
https://github.com/jgthms/bulma.git
synced 2024-11-14 11:14:24 +00:00
Fix #909
This commit is contained in:
parent
1e4ae9e3e9
commit
58a0a4b5b8
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user