File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 123
123
</div >
124
124
125
125
<div class =" my-4 w-full" >
126
- <p ref =" description" id =" item-description" dir =" auto" class =" default-style less-spacing text-base text-gray-100 whitespace-pre-line mb-1" :class =" { 'show-full': showFullDescription }" v-html =" description" />
126
+ <div ref =" description" id =" item-description" dir =" auto" class =" default-style less-spacing text-base text-gray-100 whitespace-pre-line mb-1" :class =" { 'show-full': showFullDescription }" v-html =" description" />
127
+
127
128
<button v-if =" isDescriptionClamped" class =" py-0.5 flex items-center text-slate-300 hover:text-white" @click =" showFullDescription = !showFullDescription" >{{ showFullDescription ? $strings.ButtonReadLess : $strings.ButtonReadMore }} <span class =" material-symbols text-xl pl-1" v-html =" showFullDescription ? 'expand_less' : ' ; '" /></button >
128
129
</div >
129
130
You can’t perform that action at this time.
0 commit comments