Skip to content

Commit 8861cfb

Browse files
authored
Merge pull request #531 from devgeniem/TMS-1114
TMS-1114: Decrease image-meta paddings
2 parents 8525c91 + 25c484d commit 8861cfb

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

CHANGELOG.MD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77

88
## [Unreleased]
99

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

1213
## [1.59.9] - 2025-04-02

partials/layouts/layout-content-columns.dust

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</div>
1010

1111
{@isset key1=display_caption key2=image.caption method="AND" }
12-
{>"ui/image/image-caption" /}
12+
{>"ui/image/image-caption" /}
1313
{/isset}
1414

1515
{?display_artist}

partials/ui/image/image-caption.dust

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
<div class="columns mb-1 pt-2">
1+
<div class="columns mb-0 pt-2">
22
<div
3-
class="column is-flex is-justify-content-space-between is-flex-wrap-wrap has-text-small">
3+
class="column is-flex is-justify-content-space-between is-flex-wrap-wrap has-text-small pb-0">
44
<p class="is-inline-block m-0">
55
{image.caption|kses}
66
</p>

0 commit comments

Comments
 (0)