]> git.ipfire.org Git - thirdparty/bulma.git/commitdiff
wrap lines in code to reduce size of the example
authorandesol <anddessol@gmail.com>
Tue, 27 Sep 2022 18:17:45 +0000 (20:17 +0200)
committerJeremy Thomas <bbxdesign@gmail.com>
Tue, 27 Sep 2022 21:39:45 +0000 (22:39 +0100)
docs/documentation/components/navbar.html

index f2e649413340a38002a328f329d82864fa33d115..ff4990d0d87b55de2fb30a8f19f6a3d2cf982a4e 100644 (file)
@@ -423,7 +423,9 @@ meta:
 {% capture navbar_dropdown_default_example %}
 <nav class="navbar" role="navigation" aria-label="dropdown navigation">
   <a class="navbar-item">
-    <img src="{{ site.url }}/images/bulma-logo.png" alt="{{ site.data.meta.title }}" width="112" height="28">
+    <img src="{{ site.url }}/images/bulma-logo.png"
+      alt="{{ site.data.meta.title }}"
+      width="112" height="28">
   </a>
 
   <div class="navbar-item has-dropdown is-active">
@@ -464,7 +466,9 @@ meta:
 {% capture navbar_dropdown_boxed_example %}
 <nav class="navbar is-transparent" role="navigation" aria-label="dropdown navigation">
   <a class="navbar-item">
-    <img src="{{ site.url }}/images/bulma-logo.png" alt="{{ site.data.meta.title }}" width="112" height="28">
+    <img src="{{ site.url }}/images/bulma-logo.png"
+      alt="{{ site.data.meta.title }}"
+      width="112" height="28">
   </a>
 
   <div class="navbar-item has-dropdown is-active">
@@ -505,7 +509,9 @@ meta:
 {% capture navbar_dropdown_item_active_example %}
 <nav class="navbar" role="navigation" aria-label="dropdown navigation">
   <a class="navbar-item">
-    <img src="{{ site.url }}/images/bulma-logo.png" alt="{{ site.data.meta.title }}" width="112" height="28">
+    <img src="{{ site.url }}/images/bulma-logo.png"
+      alt="{{ site.data.meta.title }}"
+      width="112" height="28">
   </a>
 
   <div class="navbar-item has-dropdown is-active">