diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2024-06-19 16:36:36 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2024-06-19 16:36:36 +0200 |
commit | 5b0fe60ad676f4e1f8416f68f8856948d280c740 (patch) | |
tree | 9f82302925d706e1c6887dec49696a37cba960fc /ishtar_common/templates | |
parent | e9b24d11368bf0e5c92b3005f4ad45fa1e6c002c (diff) | |
download | Ishtar-5b0fe60ad676f4e1f8416f68f8856948d280c740.tar.bz2 Ishtar-5b0fe60ad676f4e1f8416f68f8856948d280c740.zip |
💄 UI help-text overlay on text
Diffstat (limited to 'ishtar_common/templates')
-rw-r--r-- | ishtar_common/templates/blocks/bs_field_snippet.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ishtar_common/templates/blocks/bs_field_snippet.html b/ishtar_common/templates/blocks/bs_field_snippet.html index 07e6a5897..0fca1e1f4 100644 --- a/ishtar_common/templates/blocks/bs_field_snippet.html +++ b/ishtar_common/templates/blocks/bs_field_snippet.html @@ -30,7 +30,7 @@ {{ field.errors }} </div>{% endif %} </div> - <div class="collapse" id="{{field.auto_id}}_help"> + <div class="collapse help-text-parent" id="{{field.auto_id}}_help"> <div class="card card-body help-text"> {{field.help_text}} </div> |