@financial-times/dotcom-ui-header 9.0.0-beta.13 → 9.0.0-beta.14

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@financial-times/dotcom-ui-header",
3
- "version": "9.0.0-beta.13",
3
+ "version": "9.0.0-beta.14",
4
4
  "description": "",
5
5
  "browser": "browser.js",
6
6
  "main": "component.js",
@@ -22,7 +22,7 @@
22
22
  "author": "",
23
23
  "license": "MIT",
24
24
  "dependencies": {
25
- "@financial-times/dotcom-types-navigation": "^9.0.0-beta.13",
25
+ "@financial-times/dotcom-types-navigation": "^9.0.0-beta.14",
26
26
  "n-topic-search": "^6.1.0",
27
27
  "n-ui-foundations": "^9.0.0"
28
28
  },
@@ -111,6 +111,7 @@
111
111
  cursor: pointer;
112
112
  text-decoration: none;
113
113
  display: block;
114
+ overflow-wrap: anywhere;
114
115
  }
115
116
 
116
117
  &__chip:hover,
@@ -140,6 +141,7 @@
140
141
  align-items: flex-start;
141
142
  gap: spacing.oSpacingByName('s2');
142
143
  flex-direction: column;
144
+ flex-wrap: wrap;
143
145
 
144
146
  @include oGridRespondTo('L') {
145
147
  flex-direction: row;