correct class. Added for availability_text
This commit is contained in:
parent
862e0a1992
commit
f5014aa17c
@ -75,7 +75,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
<label class="form-label fw-bold">
|
||||
Anmerkungen
|
||||
</label>
|
||||
<div>{{ profile.availability_text }}</div>
|
||||
<div class="line-break-text">{{ profile.availability_text }}</div>
|
||||
</div>
|
||||
</Section>
|
||||
|
||||
@ -154,7 +154,7 @@ export default {
|
||||
</script>
|
||||
|
||||
<style>
|
||||
.freetext{
|
||||
.line-break-text{
|
||||
white-space: pre-line;
|
||||
}
|
||||
</style>
|
||||
|
Loading…
Reference in New Issue
Block a user