From: Domantas Petrauskas
Date: Fri, 8 Dec 2017 22:27:49 +0000 (+0100)
Subject: Add word breaks to link
X-Git-Tag: 0.7.0~21
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3ff5ec1cbde2ffb32017a5ceedc10759501db114;p=thirdparty%2Fbulma.git
Add word breaks to link
---
diff --git a/docs/documentation/overview/classes.html b/docs/documentation/overview/classes.html
index 523d0bcfa..5849b64e8 100644
--- a/docs/documentation/overview/classes.html
+++ b/docs/documentation/overview/classes.html
@@ -18,7 +18,7 @@ doc-subtab: classes
Bulma is a CSS framework, meaning that the end result is simply a single .css file:
- https://github.com/jgthms/bulma/blob/master/css/bulma.css
+ https://github.com/jgthms/bulma/blob/master/css/bulma.css
Because Bulma solely comprises CSS classes, the HTML code you write has no impact on the styling of your page. That's why .input exists as a class, so you can choose which <input type="text"> elements you want to style.