Skip to content

Commit

Permalink
added a tooltip for line height preference.
Browse files Browse the repository at this point in the history
  • Loading branch information
amitmerchant1990 committed Dec 10, 2024
1 parent 0b24d4b commit 2dad96e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,12 @@ <h4 class="modal-title custom-modal-title">Preferences</h4>
</div>

<div class="form-group">
<label class="control-label col-sm-6 col-md-6" for="lineHeight">Line height</label>
<label class="control-label col-sm-6 col-md-6" for="lineHeight">
Line height
<a href="#" data-toggle="tooltip" title="Line height is a typographic term that refers to the vertical space between lines of text.">
<img src="img/tooltip.svg" alt="Tooltip Icon" />
</a>
</label>
<div class="col-sm-6 col-md-4">
<select name="lineHeight" id="lineHeight" class="form-control">
<option value="18">18</option>
Expand Down

0 comments on commit 2dad96e

Please sign in to comment.