diff --git a/src/styles/app.scss b/src/styles/app.scss index f79da66f..365308d0 100644 --- a/src/styles/app.scss +++ b/src/styles/app.scss @@ -115,10 +115,6 @@ code.code-header { margin: 0 0 3px 0; } -code.copyable { - user-select: all; -} - .pre-copy-wrap { display: flex; align-items: stretch; diff --git a/templates/components/tools/rustup.html.hbs b/templates/components/tools/rustup.html.hbs index c5300d07..b2436301 100644 --- a/templates/components/tools/rustup.html.hbs +++ b/templates/components/tools/rustup.html.hbs @@ -2,7 +2,7 @@

{{fluent "tools-rustup-unixy"}}

-
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
+
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh