File tree Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Original file line number Diff line number Diff line change 6
6
7
7
main .method-detail {
8
8
display : grid;
9
- grid-template-areas : "header controls"
10
- "description description" ;
11
- grid-template-columns : 1fr min-content;
9
+ grid-template-columns : 1fr auto;
12
10
justify-content : space-between;
13
11
}
14
12
@@ -20,19 +18,16 @@ main .method-header, main .method-controls {
20
18
}
21
19
22
20
main .method-header {
23
- grid-area : "header" ;
24
21
border-right : none;
25
22
border-radius : 4px 0 0 4px ;
26
23
}
27
24
28
25
main .method-controls {
29
- grid-area : "controls" ;
30
26
border-left : none;
31
27
border-radius : 0 4px 4px 0 ;
32
28
}
33
29
34
30
main .method-description , main .aliases {
35
- grid-area : "description" ;
36
31
grid-column : 1 / span 2 ;
37
32
padding-left : 1em ;
38
33
}
Original file line number Diff line number Diff line change @@ -1942,7 +1942,7 @@ def uid_expunge(uid_set)
1942
1942
# and returns either a SearchResult or an ESearchResult. SearchResult
1943
1943
# inherits from Array (for backward compatibility) but adds
1944
1944
# SearchResult#modseq when the +CONDSTORE+ capability has been enabled.
1945
- # ESearchResult also implements to_a{ rdoc-ref:ESearchResult#to_a} , for
1945
+ # ESearchResult also implements {#to_a}[ rdoc-ref:ESearchResult#to_a] , for
1946
1946
# compatibility with SearchResult.
1947
1947
#
1948
1948
# +criteria+ is one or more search keys and their arguments, which may be
You can’t perform that action at this time.
0 commit comments