Skip to content
Snippets Groups Projects

Release 0.11.0

Merged Florian Spreckelsen requested to merge release-0.11.0 into main
2 files
+ 22
1
Compare changes
  • Side-by-side
  • Inline

Files

+ 1
1
@@ -347,7 +347,7 @@
</xsl:call-template>
</span>
<span class="spacer"></span>
<summary><div title="show more"><span class="caosdb-f-property-text-value"><xsl:value-of select="substring(normalize-space($value),0,$long-text-threshold)"/></span></div></summary>
<summary><div title="show more"><span class="caosdb-f-property-text-value"><xsl:value-of select="substring(normalize-space($value),0,$long-text-threshold + 1)"/></span></div></summary>
</details>
</xsl:when>
<xsl:otherwise>
Loading