Thanks to visit codestin.com Credit goes to github.com
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 0ee0ce1 commit 73157b0Copy full SHA for 73157b0
docs/app/assets/css/docs.css
@@ -635,12 +635,14 @@ ul.events > li {
635
display:inline-block;
636
padding:3px 0;
637
}
638
- .nav-index-group .nav-index-listing:not(.nav-index-section) + .nav-index-listing:not(.nav-index-section):after {
639
- padding-right:5px;
640
- content:", ";
+ .nav-index-group .nav-index-listing:not(.nav-index-section):after {
+ padding-right:5px;
+ margin-left:-3px;
641
+ content:", ";
642
- .nav-index-group .nav-index-listing:last-child {
643
+ .nav-index-group .nav-index-listing:last-child:after {
644
content:"";
645
+ display:inline-block;
646
647
.nav-index-group .nav-index-section {
648
display:block;
0 commit comments