Skip to content

Commit

Permalink
DMS-300 adds a better way to show authors without floating
Browse files Browse the repository at this point in the history
  • Loading branch information
TiloNN authored and kkrebs committed Dec 18, 2023
1 parent d32ab7d commit 12f4659
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -156,10 +156,11 @@
.ubo-person-connected {
// color: $warning;
}

.personalName {
white-space: nowrap;
float:left;
display: inline-block;
margin-right: .5em;
}

.ubo-mandatory::before {
Expand Down
2 changes: 1 addition & 1 deletion ubo-common/src/main/resources/xsl/mods-display.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -588,7 +588,7 @@
</span>
</xsl:if>
<xsl:if test="not(position() = last())">
<xsl:text>;&#160;</xsl:text>
<xsl:text>;</xsl:text>
</xsl:if>
</span>
</xsl:for-each>
Expand Down

0 comments on commit 12f4659

Please sign in to comment.