annotate sat_templates/templates/bulma/editor/tags_editor.html @ 342:0d6826a73c0f

(bulma) CSS: fix content overflow in media object: Overflow was sometimes breaking design with media object. This was notably the case when viewing a list item with a long `<pre>` section, e.g. a ticket with a code pasted with long lines). This patch fixes it.
author Goffi <goffi@goffi.org>
date Fri, 01 Oct 2021 17:37:40 +0200
parents 45499870bbf4
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
319
45499870bbf4 bulma: new `editor` templates:
Goffi <goffi@goffi.org>
parents:
diff changeset
1 {# field to editor tags
45499870bbf4 bulma: new `editor` templates:
Goffi <goffi@goffi.org>
parents:
diff changeset
2
45499870bbf4 bulma: new `editor` templates:
Goffi <goffi@goffi.org>
parents:
diff changeset
3 This field will hide and sync original form input field
45499870bbf4 bulma: new `editor` templates:
Goffi <goffi@goffi.org>
parents:
diff changeset
4 #}
45499870bbf4 bulma: new `editor` templates:
Goffi <goffi@goffi.org>
parents:
diff changeset
5
45499870bbf4 bulma: new `editor` templates:
Goffi <goffi@goffi.org>
parents:
diff changeset
6
45499870bbf4 bulma: new `editor` templates:
Goffi <goffi@goffi.org>
parents:
diff changeset
7 <div class="tags are-medium">
45499870bbf4 bulma: new `editor` templates:
Goffi <goffi@goffi.org>
parents:
diff changeset
8 <input class="input tag_input" type="text">
45499870bbf4 bulma: new `editor` templates:
Goffi <goffi@goffi.org>
parents:
diff changeset
9 </div>