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 5577bde commit c11aaa4Copy full SHA for c11aaa4
packages/nstreamdown/angular/components/md-list.ts
@@ -16,7 +16,7 @@ import { MdCheckbox } from './md-checkbox';
16
<GridLayout [columns]="isTaskItem(item) ? 'auto, auto, *' : 'auto, *'" class="py-0.5">
17
<!-- Bullet or number (not shown for task items) -->
18
@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>
+ <Label col="0" [text]="getBullet(i, item)" class="text-sm text-slate-500 dark:text-slate-400 pr-2 w-6"></Label>
20
}
21
22
<!-- Checkbox for task items -->
0 commit comments