Revert "fix: Fixed issue with checklist alignment in Super notes"

This reverts commit f6c2991f46.
This commit is contained in:
Mo
2023-11-24 11:46:48 -06:00
parent a3a033bb5a
commit 305647a4da
4 changed files with 35 additions and 50 deletions

View File

@@ -6,13 +6,3 @@ export enum EditorLineHeight {
Relaxed = 'Relaxed',
Loose = 'Loose',
}
// https://tailwindcss.com/docs/line-height
export const EditorLineHeightValues: { [key in EditorLineHeight]: number } = {
None: 1,
Tight: 1.25,
Snug: 1.375,
Normal: 1.5,
Relaxed: 1.625,
Loose: 2,
}