Skip to content

Commit ab52546

Browse files
committed
Use the same layout for group additional URLs as for documents. Fixes issue ietf-tools#2386.
- Legacy-Id: 14186
1 parent d4c3bf1 commit ab52546

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/templates/group/group_about.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@
125125
</td>
126126
<td>
127127
{% if urls %}
128-
<table>
128+
<table class="col-md-12 col-sm-12 col-xs-12">
129129
<tbody>
130130
{% for url in urls %}
131131
<tr><td> - <a href="{{ url.url }}">{% firstof url.name url.url %}</a></td></tr>

0 commit comments

Comments
 (0)