Rollup merge of #34921 - GuillaumeGomez:css_fix, r=steveklabnik
[CSS] Fix unwanted top margin for toggle wrapper Fixes top margin. Before:  After (check "A view into a single entry in map" toggle wrapper more precisely):  r? @steveklabnik
This commit is contained in:
commit
3f3dabb008
1 changed files with 4 additions and 1 deletions
|
|
@ -636,8 +636,11 @@ span.since {
|
|||
margin-right: 5px;
|
||||
}
|
||||
|
||||
.enum > .toggle-wrapper > .collapse-toggle, .struct > .toggle-wrapper > .collapse-toggle {
|
||||
.toggle-wrapper > .collapse-toggle {
|
||||
left: 0;
|
||||
}
|
||||
|
||||
.variant + .toggle-wrapper > a {
|
||||
margin-top: 5px;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue