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:
Nithin David Thomas
2022-09-20 22:42:09 +05:30
committed by GitHub
parent 1761100c77
commit d28502b917
4 changed files with 9 additions and 3 deletions

View File

@@ -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 %>"