line clamp 1
This commit is contained in:
@@ -15,7 +15,7 @@ const { id, title, description, tags, image } = Astro.props
|
||||
<p id="recipe-name" class="text-[14pt] text-white opacity-90 font-bold line-clamp-1" >{title}</p>
|
||||
<!-- <p id="recipe-desc" class="text-white text-[10pt]"> {recipe.description} </p> -->
|
||||
|
||||
<div id="tag-row" class="">
|
||||
<div id="tag-row" class="line-clamp-1">
|
||||
<TagRow tags={tags}/>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user