fixes admin geozones tables
This commit is contained in:
@@ -95,6 +95,10 @@ body.admin {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
td.break {
|
||||||
|
word-break: break-word;
|
||||||
|
}
|
||||||
|
|
||||||
&.fixed {
|
&.fixed {
|
||||||
table-layout: fixed;
|
table-layout: fixed;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user