From 862e0a1992d051c9c2c1275a1e37d9c751e2a175 Mon Sep 17 00:00:00 2001 From: scammo Date: Fri, 14 Jan 2022 13:46:36 +0100 Subject: [PATCH 1/2] #18 line-break new text --- src/views/profile/View.vue | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/views/profile/View.vue b/src/views/profile/View.vue index 1dc45f5..d68db8f 100644 --- a/src/views/profile/View.vue +++ b/src/views/profile/View.vue @@ -98,11 +98,11 @@ SPDX-License-Identifier: AGPL-3.0-or-later title="Sonstiges">
Über mich
- {{ profile.freetext }} +
{{ profile.freetext }}
Ehrenamtliche Arbeit
- {{ profile.volunteerwork }} +
{{ profile.volunteerwork }}
@@ -154,4 +154,7 @@ export default { -- 2.30.2 From f5014aa17cd008e55c8e6a58889fbe629e42dad1 Mon Sep 17 00:00:00 2001 From: scammo Date: Mon, 17 Jan 2022 13:36:14 +0100 Subject: [PATCH 2/2] correct class. Added for availability_text --- src/views/profile/View.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/profile/View.vue b/src/views/profile/View.vue index d68db8f..3bf9f0d 100644 --- a/src/views/profile/View.vue +++ b/src/views/profile/View.vue @@ -75,7 +75,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later -
{{ profile.availability_text }}
+
{{ profile.availability_text }}
@@ -154,7 +154,7 @@ export default { -- 2.30.2