From 16feb41f8afd573606aed2a14f4a0cf951362136 Mon Sep 17 00:00:00 2001 From: scammo Date: Mon, 17 Jan 2022 14:44:13 +0100 Subject: [PATCH] kompetenzinventar/ki-doku#18 line-break new text (!72) Co-authored-by: scammo Reviewed-on: https://git.wtf-eg.de/kompetenzinventar/ki-frontend/pulls/72 Reviewed-by: weeman Co-authored-by: scammo Co-committed-by: scammo --- src/views/profile/View.vue | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/src/views/profile/View.vue b/src/views/profile/View.vue index 5ae341a..e3782f6 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 }}
@@ -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 {