You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Changing your indention to 2 spaces would render links correctly inside these alerts:
<div class="@ns-callout @ns-intent-danger @ns-icon-error">
<h4 class="@ns-heading">Centering the component</h4>
**Do not center this component** using `text-align: center`, as it will cause an infinite loop
in the browser ([more details](https://github.com/JedWatson/react-select/issues/540)). Instead,
you should center the component via flexbox or with `position` and `transform: translateX(-50%)`.
</div>
Above, the "more-details" link would interpret correctly if implemented as follows:
<div class="@ns-callout @ns-intent-danger @ns-icon-error">
<h4 class="@ns-heading">Centering the component</h4>
**Do not center this component** using `text-align: center`, as it will cause an infinite loop
in the browser ([more details](https://github.com/JedWatson/react-select/issues/540)). Instead,
you should center the component via flexbox or with `position` and `transform: translateX(-50%)`.
</div>
The text was updated successfully, but these errors were encountered:
Changing your indention to 2 spaces would render links correctly inside these alerts:
Above, the "more-details" link would interpret correctly if implemented as follows:
The text was updated successfully, but these errors were encountered: