Bug: Adds support multiline text input on article edit page (#5465)
* Bug: Scroll issue with article list page * Adds support multiline text input on article edit page
This commit is contained in:
committed by
GitHub
parent
1761100c77
commit
d28502b917
@@ -15,7 +15,7 @@
|
||||
</div>
|
||||
<% else %>
|
||||
<% category.articles.published.take(5).each do |article| %>
|
||||
<div class="flex justify-between content-center h-8 my-1">
|
||||
<div class="flex justify-between content-center min:h-8 my-1">
|
||||
<a
|
||||
class="text-slate-800 hover:underline leading-8"
|
||||
href="/hc/<%= portal.slug %>/<%= category.locale %>/<%= category.slug %>/<%= article.id %>"
|
||||
|
||||
Reference in New Issue
Block a user