Skip to content
Snippets Groups Projects
Commit b9d3be2a authored by Florian Spreckelsen's avatar Florian Spreckelsen
Browse files

FIX: Prevent line breaks if property values are too long

parent 5ca8e59a
Branches
Tags
2 merge requests!36merge f-boot-tour to dev,!31remove xs
Pipeline #7756 failed
...@@ -269,7 +269,7 @@ ...@@ -269,7 +269,7 @@
</dl> </dl>
</div> </div>
<!-- property value --> <!-- property value -->
<div class="col caosdb-f-property-value"> <div class="col-md-8 col-sm-6 caosdb-f-property-value">
<xsl:apply-templates mode="property-value" select="."/> <xsl:apply-templates mode="property-value" select="."/>
</div> </div>
</div> </div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment