Fix for smart annotation in experiments description [SCI-10519]

This commit is contained in:
sboursen-scinote 2024-04-03 12:58:58 +02:00
parent cb6ff350e3
commit 6240608678
2 changed files with 4 additions and 2 deletions

View file

@ -10,7 +10,9 @@
{{ experiment.name }}
</h4>
</div>
<div class="modal-body" v-html="experiment.sa_description"></div>
<div class="modal-body">
<div class="[&_.atwho-user-container]:!whitespace-normal" v-html="experiment.sa_description"></div>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-primary" data-dismiss="modal">{{ i18n.t('general.close') }}</button>
</div>

View file

@ -1,7 +1,7 @@
<template>
<div class="group relative flex items-center group-hover:marker text-xs h-full w-full"
:style="{ lineHeight: 'unset' }">
<div class="flex gap-2"
<div class="flex gap-2 w-full"
:style="{ lineHeight: 'unset' }"
:class="{
'items-center text-sm': params.dtComponent.currentViewRender === 'table',