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
However, the code was changed last ~2-3 years ago.
A potential fix (like shown in the expected screenshot) is to create an <i class="fas fa-copy"></i> child element of the copy button.
As Docsy controls this code, this fix is not easily applied, suggesting the issue might lie on our side.
What happened:
The copy icon of the copy to clipboard button on code blocks is not displaying correctly.
What you expected to happen:
The copy icon should be displayed correctly.
How to reproduce it (as minimally and precisely as possible):
Anything else we need to know:
The Docsy code that generates the button and icon lives here:
https://github.com/google/docsy/blob/main/assets/js/click-to-copy.js
However, the code was changed last ~2-3 years ago.
A potential fix (like shown in the expected screenshot) is to create an
<i class="fas fa-copy"></i>
child element of the copy button.As Docsy controls this code, this fix is not easily applied, suggesting the issue might lie on our side.
Environment:
https://gardener.cloud
Browsers: Latest MS Edge, latest Google Chrome
The text was updated successfully, but these errors were encountered: