Fixed a typo in the flavors file
This commit is contained in:
parent
d4e2d6715f
commit
368313aa99
2 changed files with 2 additions and 2 deletions
|
@ -70,7 +70,7 @@ module.exports = {
|
|||
</div>
|
||||
<div class="input-group vertical">
|
||||
<label for="subBottom">Subscript bottom position (em):</label>
|
||||
<input type="number" id="subBottom" style="width:calc(100% - 0.5rem);" value="0.25" step="0.001" autocomplete="off"/>
|
||||
<input type="number" id="subBottom" style="width:calc(100% - 0.5rem);" value="-0.25" step="0.001" autocomplete="off"/>
|
||||
<p><small>Bottom position for subscript, relative to context</small></p>
|
||||
</div>
|
||||
<div class="input-group vertical">
|
||||
|
|
|
@ -112,7 +112,7 @@
|
|||
</div>
|
||||
<div class="input-group vertical">
|
||||
<label for="subBottom">Subscript bottom position (em):</label>
|
||||
<input type="number" id="subBottom" style="width:calc(100% - 0.5rem);" value="0.25" step="0.001" autocomplete="off"/>
|
||||
<input type="number" id="subBottom" style="width:calc(100% - 0.5rem);" value="-0.25" step="0.001" autocomplete="off"/>
|
||||
<p><small>Bottom position for subscript, relative to context</small></p>
|
||||
</div>
|
||||
<div class="input-group vertical">
|
||||
|
|
Loading…
Reference in a new issue