From 862e0a1992d051c9c2c1275a1e37d9c751e2a175 Mon Sep 17 00:00:00 2001 From: scammo Date: Fri, 14 Jan 2022 13:46:36 +0100 Subject: [PATCH] #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 {