File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed
Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 8181 <!-- Sub-categories -->
8282 {% if sub_categories_size > 0 %}
8383 < div id ="{{ LIST_PREFIX }}{{ group_index }} " class ="collapse show " aria-expanded ="true ">
84- < ul class ="list-group ">
84+ < ul class ="list-group pl-0 ">
8585 {% for sub_category in sub_categories %}
8686 < li class ="list-group-item ">
8787 < i class ="far fa-folder fa-fw "> </ i >
Original file line number Diff line number Diff line change @@ -860,6 +860,19 @@ div.post-content .table-wrapper {
860860 font-size : 1.08rem ;
861861 @include img (true);
862862 }// p
863+
864+ ul {
865+ padding-left : 2rem ;
866+
867+ .task-list-item {
868+ list-style-type : none ;
869+ }
870+
871+ input [type = checkbox ] {
872+ margin : 0 .5rem .25rem -1.3rem ;
873+ vertical-align : middle ;
874+ }
875+ }
863876}
864877
865878.tag :hover {
You can’t perform that action at this time.
0 commit comments