Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

- TMS-1114: Decrease image-meta paddings
- TMS-1093: Add graphics for dynamic event main images

## [1.59.9] - 2025-04-02
Expand Down
2 changes: 1 addition & 1 deletion partials/layouts/layout-content-columns.dust
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</div>

{@isset key1=display_caption key2=image.caption method="AND" }
{>"ui/image/image-caption" /}
{>"ui/image/image-caption" /}
{/isset}

{?display_artist}
Expand Down
4 changes: 2 additions & 2 deletions partials/ui/image/image-caption.dust
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div class="columns mb-1 pt-2">
<div class="columns mb-0 pt-2">
<div
class="column is-flex is-justify-content-space-between is-flex-wrap-wrap has-text-small">
class="column is-flex is-justify-content-space-between is-flex-wrap-wrap has-text-small pb-0">
<p class="is-inline-block m-0">
{image.caption|kses}
</p>
Expand Down
Loading