@financial-times/o-topper 7.0.4 → 7.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # Changelog
2
2
 
3
+ ## [7.0.5](https://github.com/Financial-Times/origami/compare/o-topper-v7.0.4...o-topper-v7.0.5) (2025-05-28)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * ci-2809 o-topper fix text under headshot ([f4c5cb1](https://github.com/Financial-Times/origami/commit/f4c5cb1d1f95caf7433fb1c1030b13ac63f63cc2))
9
+
3
10
  ## [7.0.4](https://github.com/Financial-Times/origami/compare/o-topper-v7.0.3...o-topper-v7.0.4) (2025-04-30)
4
11
 
5
12
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@financial-times/o-topper",
3
- "version": "7.0.4",
3
+ "version": "7.0.5",
4
4
  "description": "Article header styling",
5
5
  "keywords": [
6
6
  "topper",
@@ -20,12 +20,14 @@
20
20
 
21
21
  @mixin _oTopperHasHeadshot {
22
22
  .o-topper__tags,
23
- .o-topper__standfirst {
23
+ .o-topper__standfirst,
24
+ .o-topper__summary {
24
25
  box-sizing: border-box;
25
26
  }
26
27
 
27
28
  .o-topper__headline--no-standfirst,
28
- .o-topper__standfirst {
29
+ .o-topper__standfirst,
30
+ .o-topper__summary {
29
31
  padding-right: calc(
30
32
  #{$_o-topper-headshot-width} + #{oPrivateSpacingByName('s2')}
31
33
  );