Skip to content

Commit abd407d

Browse files
committedMar 27, 2025·
TMS-1114: Add class for image author text
1 parent 9d8404a commit abd407d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎partials/ui/image/image-caption-and-author.dust

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
{/isset}
99

1010
{@isset key1=display_author key2=author_name method="AND" }
11-
<div class="column is-flex is-justify-content-space-between is-flex-wrap-wrap has-text-small {?display_caption}is-6{/display_caption}">
11+
<div class="column is-flex is-flex-wrap-wrap has-text-small {?display_caption}is-6 is-justify-content-end{/display_caption}">
1212
<p class="is-inline-block m-0">
1313
{author_name|kses}
1414
</p>

0 commit comments

Comments
 (0)
Please sign in to comment.