Skip to content

Commit

Permalink
Merge da454f0 into 0547bda
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonKhorev committed Apr 17, 2024
2 parents 0547bda + da454f0 commit 09b6f08
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions app/assets/stylesheets/common.scss
Expand Up @@ -616,6 +616,8 @@ tr.turn {
.browse-tag-list {
table-layout: fixed;
white-space: pre-wrap;
word-wrap: break-word;
word-break: break-word;

tr:last-child th, tr:last-child td {
border-bottom: 0;
Expand Down
2 changes: 1 addition & 1 deletion app/views/browse/_tag_details.html.erb
@@ -1,7 +1,7 @@
<% unless tag_details.empty? %>
<h4><%= t ".tags" %></h4>
<div class='mb-3 border border-secondary-subtle rounded overflow-hidden'>
<table class='mb-0 browse-tag-list table align-middle text-break'>
<table class='mb-0 browse-tag-list table align-middle'>
<%= render :partial => "browse/tag", :collection => tag_details.sort %>
</table>
</div>
Expand Down

0 comments on commit 09b6f08

Please sign in to comment.