We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13feeaf commit 72daef1Copy full SHA for 72daef1
docs/styles.css
@@ -6,9 +6,7 @@
6
7
main .method-detail {
8
display: grid;
9
- grid-template-areas: "header controls"
10
- "description description";
11
- grid-template-columns: 1fr min-content;
+ grid-template-columns: 1fr auto;
12
justify-content: space-between;
13
}
14
@@ -20,19 +18,16 @@ main .method-header, main .method-controls {
20
18
21
19
22
main .method-header {
23
- grid-area: "header";
24
border-right: none;
25
border-radius: 4px 0 0 4px;
26
27
28
main .method-controls {
29
- grid-area: "controls";
30
border-left: none;
31
border-radius: 0 4px 4px 0;
32
33
34
main .method-description, main .aliases {
35
- grid-area: "description";
36
grid-column: 1 / span 2;
37
padding-left: 1em;
38
0 commit comments