@thecb/components 10.12.4 → 10.12.5-beta.1

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": "@thecb/components",
3
- "version": "10.12.4",
3
+ "version": "10.12.5-beta.1",
4
4
  "description": "Common lib for CityBase react components",
5
5
  "main": "dist/index.cjs.js",
6
6
  "typings": "dist/index.d.ts",
Binary file
@@ -28,7 +28,12 @@ export const CardText = ({
28
28
  <Box padding={padding}>
29
29
  <Cover>
30
30
  <Stack>
31
- <Cluster justify="space-between" align="center" overflow={true}>
31
+ <Cluster
32
+ justify="space-between"
33
+ align="center"
34
+ overflow={true}
35
+ nowrap
36
+ >
32
37
  {titleText && (
33
38
  <Title
34
39
  as={titleAs}