Revert "fix: Fixed issue with checklist alignment in Super notes"
This reverts commit f6c2991f46.
This commit is contained in:
@@ -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,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user