We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7b22b4 commit 3b3ca36Copy full SHA for 3b3ca36
apify-docs-theme/src/theme/LLMButtons/index.jsx
@@ -179,7 +179,7 @@ function getButtonText({ status }) {
179
case 'loading':
180
return 'Copying...';
181
case 'copied':
182
- return 'Copied!';
+ return 'Copied';
183
default:
184
return 'Copy for LLM';
185
}
apify-docs-theme/src/theme/LLMButtons/styles.module.css
@@ -49,6 +49,7 @@
49
display: flex;
50
align-items: center;
51
padding-right: 0.8rem;
52
+ min-width: 9.3rem;
53
54
/* prevents font size glitch when loading the page */
55
margin: 0px;
0 commit comments