Fix copy button css
This commit is contained in:
parent
c6a268114a
commit
0b5afc96e1
1 changed files with 3 additions and 1 deletions
|
@ -220,8 +220,10 @@ input {
|
|||
position: relative;
|
||||
}
|
||||
|
||||
.md-typeset .btn-clipboard {
|
||||
.md-typeset .admonition .btn-clipboard,
|
||||
.md-typeset details .btn-clipboard {
|
||||
right: -0.6rem;
|
||||
border-radius: 0 0 0 4px;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue