Skip to content

Commit 3b3ca36

Browse files
committed
add min-width
1 parent c7b22b4 commit 3b3ca36

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

apify-docs-theme/src/theme/LLMButtons/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ function getButtonText({ status }) {
179179
case 'loading':
180180
return 'Copying...';
181181
case 'copied':
182-
return 'Copied!';
182+
return 'Copied';
183183
default:
184184
return 'Copy for LLM';
185185
}

apify-docs-theme/src/theme/LLMButtons/styles.module.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@
4949
display: flex;
5050
align-items: center;
5151
padding-right: 0.8rem;
52+
min-width: 9.3rem;
5253

5354
/* prevents font size glitch when loading the page */
5455
margin: 0px;

0 commit comments

Comments
 (0)