Skip to content

Commit e2f9f63

Browse files
authored
fix: Adjusts lists items left marin on iOS (#2991)
1 parent 8a845df commit e2f9f63

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

  • packages/web/src/javascripts/Components/SuperEditor/Lexical/Theme

packages/web/src/javascripts/Components/SuperEditor/Lexical/Theme/lists.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99
--lexical-list-left-margin: 20px;
1010
}
1111
}
12+
.ios-web {
13+
--lexical-list-left-margin: 24px;
14+
}
1215
.monospace-font {
1316
--lexical-list-left-margin: 42px;
1417
}

0 commit comments

Comments
 (0)