{{ name }}
- {{ description | truncate(50) }}
+ {{ description | truncate(115) }}
@@ -59,4 +59,8 @@ export default {
overflow: hidden;
text-overflow: ellipsis;
}
+
+.text-top {
+ align-self: start !important;
+}
\ No newline at end of file
diff --git a/frontend/src/components/Recipe/RecipeTimeCard.vue b/frontend/src/components/Recipe/RecipeTimeCard.vue
index 06943b9ea..ae8dda480 100644
--- a/frontend/src/components/Recipe/RecipeTimeCard.vue
+++ b/frontend/src/components/Recipe/RecipeTimeCard.vue
@@ -4,6 +4,7 @@
class="custom-transparent d-flex justify-start align-center text-center "
tile
:width="`${timeCardWidth}`"
+ height="55"
v-if="totalTime || prepTime || performTime"
>