Skip to content

Commit 3a2f881

Browse files
committed
pinned links table's type cell shouldn't wrap
1 parent 84c77bc commit 3a2f881

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/views/pinned_links/index.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
<% pl_link = pl.post.nil? ? pl.link : ('Post #' + pl.post.id.to_s) %>
7171
<% pl_label = pl.post.nil? ? pl.label : (pl.post.parent.nil? ? pl.post.title : pl.post.parent.title) %>
7272
<tr>
73-
<td>
73+
<td class="nowrap">
7474
<% if pl.shown_before.nil? %>
7575
<% if pl.post.nil? %>
7676
link

0 commit comments

Comments
 (0)