File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
layouts/partials/shortcodes Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 5
5
{{- $icon = printf "fa-fw fas fa-%s" $icon }}
6
6
{{- end }}
7
7
{{- with $context }}
8
- {{- if $icon }}
8
+ {{- if $icon - }}
9
9
< i class ="{{ $icon }} "> </ i >
10
10
{{- end }}
11
11
{{- end }}
Original file line number Diff line number Diff line change @@ -1950,10 +1950,12 @@ html[dir="rtl"] #sidebar ul.collapsible-menu > li > label > i.fa-chevron-right {
1950
1950
# body .tab-content-text {
1951
1951
padding : 1rem ;
1952
1952
}
1953
+
1953
1954
/* remove margin if only a single code block is contained in the tab */
1954
1955
# body .tab-content .tab-panel-style .code > .tab-content-text {
1955
1956
padding : 0 ;
1956
1957
}
1958
+
1957
1959
/* remove border from a code block if single */
1958
1960
# body .tab-content-text > div .highlight : only-child > pre ,
1959
1961
# body .tab-content-text > pre .pre-code : only-child {
You can’t perform that action at this time.
0 commit comments