fix: Fixed issue where checklist item text in Super notes wasn't aligned correctly (#2656)
This commit is contained in:
@@ -6,3 +6,13 @@ 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