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