]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/browse/_tag_details.html.erb
Force word wrap in tag table
[rails.git] / app / views / browse / _tag_details.html.erb
index cc08fe16af7fb76de94d39e6b86d10c2ce9e3f5c..cb876198c310bbe0b7c7f4d50da7bdd20453fd95 100644 (file)
@@ -1,7 +1,7 @@
 <% unless tag_details.empty? %>
   <h4><%= t ".tags" %></h4>
-  <div class='mb-3 border border-grey rounded overflow-hidden'>
-    <table class='mb-0 browse-tag-list table align-middle text-break'>
+  <div class='mb-3 border border-secondary-subtle rounded overflow-hidden'>
+    <table class='mb-0 browse-tag-list table align-middle'>
       <%= render :partial => "browse/tag", :collection => tag_details.sort %>
     </table>
   </div>