Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ProtonMail/WebClients.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMargeBot <321-margebot@users.noreply.gitlab.protontech.ch>2022-09-19 10:48:23 +0300
committerMargeBot <321-margebot@users.noreply.gitlab.protontech.ch>2022-09-19 10:48:23 +0300
commit55b05476fda1011113b1db235a0a1fc2c664c85a (patch)
tree79b01bbd80d89c49c34d54f2f235a0d593f8e760
parent51fc7d713001dddd4ce5dd64e2acd25191376852 (diff)
parent289531235ea81b761cf774ecec0f68d62abc82e8 (diff)
Merge branch 'MAILWEB-3531-cursor-fix-in-composer' into 'main'
Default list position to outside in composer See merge request web/clients!3309 Changelog:
-rw-r--r--packages/components/components/editor/rooster/RoosterEditorIframe.raw.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/components/components/editor/rooster/RoosterEditorIframe.raw.scss b/packages/components/components/editor/rooster/RoosterEditorIframe.raw.scss
index 66e5112645..78e7913005 100644
--- a/packages/components/components/editor/rooster/RoosterEditorIframe.raw.scss
+++ b/packages/components/components/editor/rooster/RoosterEditorIframe.raw.scss
@@ -190,7 +190,7 @@ ol {
}
li {
- list-style-position: inside;
+ list-style-position: outside;
}
// Handle outlook https://github.com/ProtonMail/Angular/issues/6711