We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf8fe55 commit 9accac0Copy full SHA for 9accac0
1 file changed
templates/sounds/sound.html
@@ -112,7 +112,7 @@ <h1><a class="bw-link--black" href="{% url 'sound' sound.user.username sound.id
112
{% endif %}
113
{% endwith %}
114
{% if sound.geotag %}
115
- <div>
+ <div class="ellipsis">
116
{% bw_icon 'pin' %}
117
<a href="javascript:void(0)" data-toggle="modal-default" data-modal-content-url="{% url 'sound-geotag' sound.user.username sound.id %}?ajax=1" title="Geotag: {{ sound.get_geotag_name }}">
118
{{ sound.get_geotag_name }}
0 commit comments