fix css warning
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
<section class='border-2 border-slate-300 rounded-md mb-2 overflow-clip'>
|
||||
<% if (post_description_html = @post.description) %>
|
||||
<div class='text-lg border-b-2 border-b-slate-300 text-slate-600 p-1 italic'>Post Description</div>
|
||||
<div class='p-1 bg-slate-800 text-slate-200 p-2'>
|
||||
<div class='bg-slate-800 text-slate-200 p-2'>
|
||||
<%= fa_post_description_sanitized(post_description_html) %>
|
||||
</div>
|
||||
<% else %>
|
||||
|
||||
Reference in New Issue
Block a user