Skip to content

Commit

Permalink
Merge branch 'TMS-978' into stage
Browse files Browse the repository at this point in the history
  • Loading branch information
eebbi committed Sep 29, 2023
2 parents 6df6a6e + ce41834 commit 54b3200
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

- TMS-978: Reduce single manual-event description line-height & margin

## [1.1.3] - 2023-09-25
- TMS-947: Fix related articles images on single article page

## [1.1.2] - 2023-05-24
Expand Down
10 changes: 10 additions & 0 deletions assets/styles/views/_manual-event.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
.single-manual-event-cpt {
.entry {
&__description {
p {
margin-top: 0;
margin-bottom: $theme-spacing-half;
}
}
}
}
1 change: 1 addition & 0 deletions assets/styles/views/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
@import "event-search";
@import "error404";
@import "event";
@import "manual-event";
@import "single";
@import "single-blog-article";
@import "single-dynamic-event";
Expand Down

0 comments on commit 54b3200

Please sign in to comment.