Update changelog

This commit is contained in:
Jeremy Thomas
2017-10-09 10:36:14 +01:00
parent 9db2be70d9
commit 4f5cc9c0ed
10 changed files with 21 additions and 41 deletions

View File

@@ -193,7 +193,7 @@ variables:
{% endcapture %}
{% capture dropdown_up_example %}
<div class="dropdown is-up is-active">
<div class="dropdown is-up">
<div class="dropdown-trigger">
<button class="button is-info" aria-haspopup="true" aria-controls="dropdown-menu7">
<span>Dropup button</span>
@@ -351,6 +351,8 @@ variables:
{% include anchor.html name="Dropup" %}
{% include elements/new-tag.html version="0.5.4" %}
<div class="content">
<p>
You can add the <code>is-up</code> modifier to have a dropdown menu that appears above the dropdown button.
@@ -358,8 +360,8 @@ variables:
</div>
<div class="columns">
<div class="column is-half" style="display: flex; align-items: flex-end;">
{{dropdown_up_example}}
<div class="column is-half">
{{ dropdown_up_example }}
</div>
<div class="column is-half">
{% highlight html %}{{dropdown_up_example}}{% endhighlight %}