Improve snippet

This commit is contained in:
Jeremy Thomas
2017-10-09 15:38:12 +01:00
parent 720ed45121
commit 70367c3b5d
22 changed files with 2121 additions and 865 deletions

View File

@@ -945,7 +945,7 @@ variables:
<p>Use the <code>is-expanded</code> modifier on the element you want to fill up the remaining space (in this case, the input):</p>
</div>
{% include snippet.html content=addons_expanded_example horizontal=true clipped=true %}
{% include snippet.html content=addons_expanded_example horizontal=true more=true %}
<div class="content">
<p>If you want a full width select dropdown, pair <code>control is-expanded</code> with <code>select is-fullwidth</code>.</p>
@@ -1011,7 +1011,7 @@ variables:
<p>You can use <code>is-grouped</code> or <code>has-addons</code> for the child elements.</p>
</div>
{% include snippet.html content=horizontal_form_example horizontal=true clipped=true %}
{% include snippet.html content=horizontal_form_example horizontal=true more=true %}
<div class="content">
<p>
@@ -1033,7 +1033,7 @@ variables:
</ul>
</div>
{% include snippet.html content=field_label_example horizontal=true clipped=true %}
{% include snippet.html content=field_label_example horizontal=true more=true %}
{% capture custom_message %}Form elements can be <strong>customized</strong> using the following generic variables. Simply set one or multiple of these variables <em>before</em> importing Bulma. <a href="{{ site.url }}/documentation/overview/customize/">Learn how</a>.{% endcapture %}