Skip to content
This repository was archived by the owner on Feb 6, 2024. It is now read-only.

Commit 5d1e211

Browse files
Merge pull request #275 from deckgo/rtl-font-size
fix(#253): RTL font-size em when modified through the browser
2 parents 7bfda88 + b63141c commit 5d1e211

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

studio/src/app/pages/editor/app-editor/app-editor.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ app-editor {
66
@import "../../../../global/theme/editor/editor-deck-fonts";
77
@import "../../../../global/theme/editor/editor-deck-placeholder";
88
@import "../../../../global/theme/editor/editor-deck-img";
9+
@import "../../../../global/theme/editor/editor-deck-rtl";
910

1011
@import "../../../../global/theme/editor/editor-loading";
1112

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
// Synchro with https://github.com/deckgo/deckdeckgo-starter/blob/master/src/css/rtl.css
2+
3+
deckgo-deck h1 div[style*="direction"] span,
4+
deckgo-deck h2 div[style*="direction"] span,
5+
deckgo-deck h3 div[style*="direction"] span,
6+
deckgo-deck section div[style*="direction"] span {
7+
font-size: inherit !important;
8+
}

0 commit comments

Comments
 (0)