Merge pull request #1564 from consul/admin-geozones
fixes admin geozones tables
This commit is contained in:
@@ -95,6 +95,10 @@ body.admin {
|
||||
}
|
||||
}
|
||||
|
||||
td.break {
|
||||
word-break: break-word;
|
||||
}
|
||||
|
||||
&.fixed {
|
||||
table-layout: fixed;
|
||||
}
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
<td><%= geozone.name %></td>
|
||||
<td><%= geozone.external_code %></td>
|
||||
<td><%= geozone.census_code %></td>
|
||||
<td><%= geozone.html_map_coordinates %></td>
|
||||
<td class="break"><%= geozone.html_map_coordinates %></td>
|
||||
<td>
|
||||
<%= link_to t("admin.geozones.index.edit"), edit_admin_geozone_path(geozone), class: 'edit-banner button hollow' %>
|
||||
</td>
|
||||
|
||||
Reference in New Issue
Block a user