Fix "run" button position in error index
This commit is contained in:
parent
4b9f5cc4c1
commit
a4d7046714
@ -332,6 +332,7 @@ table th {
|
||||
|
||||
/* Code snippets */
|
||||
|
||||
.example-wrap { position: relative; }
|
||||
pre.rust { position: relative; }
|
||||
a.test-arrow {
|
||||
background-color: rgba(78, 139, 202, 0.2);
|
||||
|
@ -347,10 +347,10 @@ nav.sub {
|
||||
.rustdoc:not(.source) .example-wrap {
|
||||
display: inline-flex;
|
||||
margin-bottom: 10px;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.example-wrap {
|
||||
position: relative;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user