Skip to content

Commit 9accac0

Browse files
committed
Small fix in sound page layout
1 parent cf8fe55 commit 9accac0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

templates/sounds/sound.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ <h1><a class="bw-link--black" href="{% url 'sound' sound.user.username sound.id
112112
{% endif %}
113113
{% endwith %}
114114
{% if sound.geotag %}
115-
<div>
115+
<div class="ellipsis">
116116
{% bw_icon 'pin' %}
117117
<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 }}">
118118
{{ sound.get_geotag_name }}

0 commit comments

Comments
 (0)