From 58a0a4b5b8d8b67ebda4c1cc47e29d12a47d6307 Mon Sep 17 00:00:00 2001 From: Jeremy Thomas Date: Sat, 29 Jul 2017 18:30:36 +0100 Subject: [PATCH] Fix #909 --- CHANGELOG.md | 6 ++++++ docs/css/bulma-docs.css | 2 -- sass/components/dropdown.sass | 2 -- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7fb6fdb3..ca538cff 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 100f064f..3522e54b 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 a6389272..5ff922df 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