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

Commit

Permalink
[ESD-11671] Fix tooltip wrapping in Safari, readme links (#1736)
Browse files Browse the repository at this point in the history
  • Loading branch information
pdillon authored Feb 12, 2021
1 parent eff096c commit f4278ba
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 11 deletions.
1 change: 0 additions & 1 deletion core/components/atoms/tooltip/tooltip.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ class Tooltip extends React.Component<ITooltipProps, ITooltipState> {
background: ${colors.tooltip.background};
color: ${colors.tooltip.text};
border-radius: ${misc.radius};
width: max-content;
text-align: center;
padding: ${spacing.xsmall};
line-height: ${misc.lineHeight};
Expand Down
20 changes: 10 additions & 10 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,19 +16,19 @@ The aim of Cosmos is to help Auth0 designers and developers deliver work faster

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.

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

&nbsp;
&nbsp;

#### Quicklinks:

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

&nbsp;
&nbsp;
Expand Down Expand Up @@ -88,21 +88,21 @@ const Actions = () => (



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.
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.

&nbsp;
&nbsp;

## Contribute

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

&nbsp;
&nbsp;

## Feedback

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.
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.

## Thanks

Expand Down

0 comments on commit f4278ba

Please sign in to comment.