Skip to content

Commit c11aaa4

Browse files
committed
polish
1 parent 5577bde commit c11aaa4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/nstreamdown/angular/components/md-list.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import { MdCheckbox } from './md-checkbox';
1616
<GridLayout [columns]="isTaskItem(item) ? 'auto, auto, *' : 'auto, *'" class="py-0.5">
1717
<!-- Bullet or number (not shown for task items) -->
1818
@if (!isTaskItem(item)) {
19-
<Label col="0" [text]="getBullet(i, item)" class="text-sm text-slate-500 dark:text-slate-400 pr-2 w-5"></Label>
19+
<Label col="0" [text]="getBullet(i, item)" class="text-sm text-slate-500 dark:text-slate-400 pr-2 w-6"></Label>
2020
}
2121
2222
<!-- Checkbox for task items -->

0 commit comments

Comments
 (0)