obsidian-dataloom
obsidian-dataloom copied to clipboard
Checkbox UI is not in center
Describe the bug
Checkbox UI is not in center my theme is Things.
Steps to reproduce
| New Column | New Column | title |
|---|---|---|
| aaaaaaa | [ ] | aaa |
| adfa | [x] | |
| bbb | ||
| ^Iz97ZI |
Expected behavior
Checkbox UI in the center
Are you using the mobile app?
No
Obsidian debug info
Obsidian version : 0.15.9
Relevant log output
no
Hi @jumpingfrog0. Thank you for your issue. I will try to reproduce this with that theme.
The same bug exists in the those themes:
- Minimal
- Sanctum
- Typewriter
- Suddha
by the way this only happens in reading mode, they are fine in live preview mode
+1 You can use this CSS to correct it for now
.NLT__checkbox-cell { width: 10%; padding-right: 10%; padding-left: 60%; }
Fixed in 6.0.0