Merge pull request #1564 from consul/admin-geozones

fixes admin geozones tables
This commit is contained in:
Juanjo Bazán
2017-05-25 11:52:59 +02:00
committed by GitHub
2 changed files with 5 additions and 1 deletions

View File

@@ -95,6 +95,10 @@ body.admin {
}
}
td.break {
word-break: break-word;
}
&.fixed {
table-layout: fixed;
}

View File

@@ -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>