We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48b4ee8 commit ad1ba76Copy full SHA for ad1ba76
1 file changed
docs/.vitepress/theme/components/PlayGround.vue
@@ -35,7 +35,7 @@ function copyURL() {
35
copied.value = true;
36
setTimeout(() => {
37
copied.value = false;
38
- }, 100);
+ }, 750);
39
} catch (error) {
40
console.error(error);
41
}
@@ -120,6 +120,7 @@ textarea {
120
overflow-wrap: break-word;
121
border-radius: 8px;
122
min-height: 250px;
123
+ max-height: 500px;
124
125
126
.copy {
0 commit comments