Skip to content
This repository was archived by the owner on May 17, 2023. It is now read-only.

Commit f4278ba

Browse files
authored
[ESD-11671] Fix tooltip wrapping in Safari, readme links (#1736)
1 parent eff096c commit f4278ba

File tree

2 files changed

+10
-11
lines changed

2 files changed

+10
-11
lines changed

core/components/atoms/tooltip/tooltip.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ class Tooltip extends React.Component<ITooltipProps, ITooltipState> {
6060
background: ${colors.tooltip.background};
6161
color: ${colors.tooltip.text};
6262
border-radius: ${misc.radius};
63-
width: max-content;
6463
text-align: center;
6564
padding: ${spacing.xsmall};
6665
line-height: ${misc.lineHeight};

readme.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16,19 +16,19 @@ The aim of Cosmos is to help Auth0 designers and developers deliver work faster
1616

1717
We are currently building our roadmap and initial components inventory to estimate the v1 release date. We are in active development and testing with selected teams, so the components API may change frequently. However, you can play with the alpha version today! Your feedback will help us shape Cosmos.
1818

19-
See the documentation at https://auth0-cosmos.now.sh/docs
19+
See the documentation at https://auth0-cosmos.now.sh/
2020

2121
&nbsp;
2222
&nbsp;
2323

2424
#### Quicklinks:
2525

26-
- [Getting started](https://auth0-cosmos.now.sh/docs/)
27-
- [How to use Cosmos](https://auth0-cosmos.now.sh/docs/#/usage)
28-
- [Components Overview](https://auth0-cosmos.now.sh/docs/#/overview)
29-
- [Playground](https://auth0-cosmos.now.sh/docs/#/playground)
30-
- [Sandbox](https://auth0-cosmos.now.sh/sandbox) - Storybook
31-
- [Contribution Guide](https://auth0-cosmos.now.sh/docs/#/contribution-guide)
26+
- [Getting started](https://auth0-cosmos.now.sh/)
27+
- [How to use Cosmos](https://auth0-cosmos.now.sh/#/usage)
28+
- [Components Overview](https://auth0-cosmos.now.sh/#/overview)
29+
- [Playground](https://auth0-cosmos.now.sh/#/playground)
30+
- [Sandbox](https://auth0-cosmos.now.sh/sandbox/) - Storybook
31+
- [Contribution Guide](https://auth0-cosmos.now.sh/#/contribution-guide)
3232

3333
&nbsp;
3434
&nbsp;
@@ -88,21 +88,21 @@ const Actions = () => (
8888

8989

9090

91-
To learn more about the components and the props they offer, check the [Cosmos documentation](https://auth0-cosmos.now.sh/docs/#/). Pick a component from the sidebar to find examples and configuration options.
91+
To learn more about the components and the props they offer, check the [Cosmos documentation](https://auth0-cosmos.now.sh/). Pick a component from the sidebar to find examples and configuration options.
9292

9393
&nbsp;
9494
&nbsp;
9595

9696
## Contribute
9797

98-
There's a lot to write here, we maintain it in our docs: [Contribution guidelines](https://auth0-cosmos.now.sh/docs/#/contribution-guide)
98+
There's a lot to write here, we maintain it in our docs: [Contribution guidelines](https://auth0-cosmos.now.sh/#/contribution-guide)
9999

100100
&nbsp;
101101
&nbsp;
102102

103103
## Feedback
104104

105-
Issues or feature requests can be created on our [GitHub page](https://github.com/auth0/cosmos/issues) or on [Slack](https://auth0.slack.com/messages/C5ZK0DD8X) (internal). You can use the [playground](https://auth0-cosmos.now.sh/docs/#/playground) to test and share code, report bugs and ask for feedback.
105+
Issues or feature requests can be created on our [GitHub page](https://github.com/auth0/cosmos/issues) or on [Slack](https://auth0.slack.com/messages/C5ZK0DD8X) (internal). You can use the [playground](https://auth0-cosmos.now.sh/#/playground) to test and share code, report bugs and ask for feedback.
106106

107107
## Thanks
108108

0 commit comments

Comments
 (0)