From: Jeremy Thomas Date: Sat, 29 Jul 2017 17:30:36 +0000 (+0100) Subject: Fix #909 X-Git-Tag: 0.5.0~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=58a0a4b5b8d8b67ebda4c1cc47e29d12a47d6307;p=thirdparty%2Fbulma.git Fix #909 --- diff --git a/CHANGELOG.md b/CHANGELOG.md index 7fb6fdb3f..ca538cff3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Bulma Changelog +## 0.5.0 + +### Issues closed + +* #909 `.dropdown` wrapping + ## 0.4.4 ### New features diff --git a/docs/css/bulma-docs.css b/docs/css/bulma-docs.css index 100f064f8..3522e54b4 100644 --- a/docs/css/bulma-docs.css +++ b/docs/css/bulma-docs.css @@ -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; } diff --git a/sass/components/dropdown.sass b/sass/components/dropdown.sass index a63892721..5ff922dfa 100755 --- a/sass/components/dropdown.sass +++ b/sass/components/dropdown.sass @@ -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