Skip to content

Commit

Permalink
Reduce height of description textarea
Browse files Browse the repository at this point in the history
  • Loading branch information
sissbruecker committed Jul 23, 2022
1 parent c7b443e commit 9601d6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bookmarks/templates/bookmarks/form.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<div class="form-group">
<label for="{{ form.description.id_for_label }}" class="form-label">Description</label>
<div class="has-icon-right">
{{ form.description|add_class:"form-input"|attr:"rows:4" }}
{{ form.description|add_class:"form-input"|attr:"rows:2" }}
<i class="form-icon loading"></i>
<a class="btn btn-link form-icon" title="Edit description from website">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor">
Expand Down

0 comments on commit 9601d6c

Please sign in to comment.