]> git.ipfire.org Git - thirdparty/bulma.git/commitdiff
Add word breaks to link
authorDomantas Petrauskas <domantas@kemdu.lt>
Fri, 8 Dec 2017 22:27:49 +0000 (23:27 +0100)
committerJeremy Thomas <bbxdesign@gmail.com>
Sun, 8 Apr 2018 15:39:06 +0000 (16:39 +0100)
docs/documentation/overview/classes.html

index 523d0bcfa6ffa63d907e2616f5bb4e3a62e50c64..5849b64e8ffb3eb420d07db6490f7475cdc9e08e 100644 (file)
@@ -18,7 +18,7 @@ doc-subtab: classes
       <p>
         Bulma is a <strong>CSS</strong> framework, meaning that the end result is simply a <strong>single</strong> <code>.css</code> file:
         <br>
-        <a href="https://github.com/jgthms/bulma/blob/master/css/bulma.css">https://github.com/jgthms/bulma/blob/master/css/bulma.css</a></p>
+        <a href="https://github.com/jgthms/bulma/blob/master/css/bulma.css">https://github.com/jgthms<wbr>/bulma<wbr>/blob<wbr>/master<wbr>/css<wbr>/bulma.css</a></p>
       <p>
         Because Bulma solely comprises CSS classes, the HTML code you write has <strong>no impact</strong> on the styling of your page. That's why <code>.input</code> exists as a class, so you can choose <em>which</em> <code>&lt;input type="text"&gt;</code> elements you want to style.
       </p>