fixes admin geozones tables

This commit is contained in:
decabeza
2017-05-25 11:12:09 +02:00
parent 26b186a740
commit 9dca1940ab
2 changed files with 5 additions and 1 deletions

View File

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

View File

@@ -20,7 +20,7 @@
<td><%= geozone.name %></td> <td><%= geozone.name %></td>
<td><%= geozone.external_code %></td> <td><%= geozone.external_code %></td>
<td><%= geozone.census_code %></td> <td><%= geozone.census_code %></td>
<td><%= geozone.html_map_coordinates %></td> <td class="break"><%= geozone.html_map_coordinates %></td>
<td> <td>
<%= link_to t("admin.geozones.index.edit"), edit_admin_geozone_path(geozone), class: 'edit-banner button hollow' %> <%= link_to t("admin.geozones.index.edit"), edit_admin_geozone_path(geozone), class: 'edit-banner button hollow' %>
</td> </td>