-
+
-
-
Zwiebelkuchen mit einem wirklich langen namen und einer ewigen Beschreibung
- 📥 Import 1 - 🍽 Hauptgang - 🔥 Backen
+
+
+
Zwiebelkuchen mit einem wirklich langen namen und einer ewigen Beschreibung
+
+ Import 1 -
+ Hauptgang -
+ Backen
@@ -66,6 +84,11 @@
+
+
diff --git a/vue/src/components/RecipeCard.vue b/vue/src/components/RecipeCard.vue
index 7a441869..415422db 100755
--- a/vue/src/components/RecipeCard.vue
+++ b/vue/src/components/RecipeCard.vue
@@ -46,21 +46,21 @@
-
-
+
-
+
-
@@ -81,12 +81,11 @@
{{ $t("External") }}
- {{ meal_plan.note }}
+
-
{{ footer_text }}
-
+
@@ -105,6 +104,11 @@
+
{{ footer_text }}
+
+
+
{{ meal_plan.note }}
+
-->
@@ -198,4 +202,13 @@ export default {
{
opacity: 0;
}
+
+.two-row-text {
+ overflow: hidden;
+ text-overflow: ellipsis;
+ display: -webkit-box;
+ -webkit-line-clamp: 2; /* number of lines to show */
+ line-clamp: 2;
+ -webkit-box-orient: vertical;
+}