mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Merge pull request #39594 from benoittgt/easier-copy-past-command
Easier shell command selection in Rails guide
This commit is contained in:
commit
4c59430187
1 changed files with 8 additions and 0 deletions
|
@ -728,6 +728,14 @@ div.important p, div.caution p, div.warning p, div.note p, div.info p {
|
||||||
margin-bottom: 1em;
|
margin-bottom: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Prevent shell prompt from being selectable when selecting commands*/
|
||||||
|
code.language-shell-session span.token.command {
|
||||||
|
display: inline-flex;
|
||||||
|
}
|
||||||
|
span.token.sh.important {
|
||||||
|
margin-right: 0.5em;
|
||||||
|
}
|
||||||
|
|
||||||
/* Edge Badge
|
/* Edge Badge
|
||||||
--------------------------------------- */
|
--------------------------------------- */
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue