]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Remove trailing spaces.
authorXhmikosR <xhmikosr@gmail.com>
Thu, 18 Jul 2019 08:35:20 +0000 (11:35 +0300)
committerXhmikosR <xhmikosr@gmail.com>
Fri, 19 Jul 2019 06:19:56 +0000 (09:19 +0300)
site/content/docs/4.3/content/tables.md
site/content/docs/4.3/utilities/api.md

index 4a029ace7d053b5d9ed5361214f40d9811c8612e..c79cb81d2c8ce748bf73ffafe626353c4dad80b1 100644 (file)
@@ -398,7 +398,7 @@ Add `.table-sm` to make any `.table` more compact by cutting all cell `padding`
 
 ## Vertical alignment
 
-Table cells of `<thead>` are always vertical aligned to the bottom. Table cells in `<tbody>` inherit their alignment from `<table>` and are aligned to the the top by default. 
+Table cells of `<thead>` are always vertical aligned to the bottom. Table cells in `<tbody>` inherit their alignment from `<table>` and are aligned to the the top by default.
 
 {{< example >}}
 <table class="table align-middle">
index 7f587b0b6c17eb6b89b77dcdac0ce9b22293415d..bfad9474403ba9dfea0aea3a335bd7dbf17eac19 100644 (file)
@@ -16,7 +16,7 @@ The `$utilities` map contains all utilities and is later merged with your custom
 - `class` _(optional)_: Variable to change the class name if you don't want it to be the same as the property.
 - `values`: This can be a list of values or a map if you don't want the class name to be the same as the value. If null is used as map key, it isn't rendered.
 - `print` _(optional)_: Boolean indicating if print classes need to be generated. `false` by default.
-  
+
 
 ## Adding utilities to the utility API