File tree Expand file tree Collapse file tree 2 files changed +3
-10
lines changed Expand file tree Collapse file tree 2 files changed +3
-10
lines changed Original file line number Diff line number Diff line change 209
209
@include flex (7 );
210
210
padding-right : 40px ;
211
211
max-width : 600px ;
212
-
213
- pre {
214
- overflow-x : scroll ;
215
- }
216
212
}
217
213
.authorship {
218
214
@include flex (3 );
307
303
color : red ;
308
304
}
309
305
}
306
+ .docs pre {
307
+ overflow-x : scroll ;
308
+ }
310
309
.last-update {
311
310
color : $main-color-light ;
312
311
font-size : 90% ;
Original file line number Diff line number Diff line change 57
57
{{ else }}
58
58
<div class =' crate-info' >
59
59
<div class =' docs' >
60
- {{ #if crate.description }}
61
- <div class =' about' >
62
- <h3 >About This Package</h3 >
63
- <p >{{ crate.description }} </p >
64
- </div >
65
- {{ /if }}
66
60
<div class =' install' >
67
61
<div class =' action' >Cargo.toml</div >
68
62
<code id =" crate-toml" >{{ crate.name }} = "{{ currentVersion.num }} "</code >
You can’t perform that action at this time.
0 commit comments