fix: Adjusts lists items left marin on iOS (#2991)

This commit is contained in:
Antonella Sgarlatta
2026-03-05 23:48:40 -03:00
committed by GitHub
parent 8a845df38c
commit e2f9f636ae

View File

@@ -9,6 +9,9 @@
--lexical-list-left-margin: 20px;
}
}
.ios-web {
--lexical-list-left-margin: 24px;
}
.monospace-font {
--lexical-list-left-margin: 42px;
}